<!DOCTYPE html>
<html lang="en">
<head>
<title>校園日誌</title>
{include file='head.tpl'}
</head>
<body>
<!-- 導覽列 -->
{include file='nav.tpl'}
<div class="container">
<div class="row">
<!-- 主內容區 -->
<div class="col-md-9">
{include file='news.tpl'}
</div>
<!-- 側邊欄 -->
<div class="col-md-3">
{include file='aside.tpl'}
</div>
</div>
</div>
</body>
</html>