2014-11-09 16:24:19 +08:00
|
|
|
{{template "header.html" .}}
|
|
|
|
|
|
|
|
<div id="postsContainer">
|
|
|
|
<div class="container">
|
2015-01-10 19:04:06 +08:00
|
|
|
<h2>Category - {{$.curCateTitle}}</h2>
|
2014-11-09 16:24:19 +08:00
|
|
|
</div>
|
|
|
|
<div id="posts">
|
2015-01-10 19:04:06 +08:00
|
|
|
{{template "post_abstract.html" $}}
|
|
|
|
<!-- paging -->
|
2014-11-09 16:24:19 +08:00
|
|
|
{{template "paging.html" $}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{{template "footer.html" $}}
|
|
|
|
{{template "highlight.html" $}}
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|