18 lines
351 B
HTML
18 lines
351 B
HTML
{{template "header.html" .}}
|
|
|
|
<div id="postsContainer">
|
|
<div class="container">
|
|
<h2>Category - {{$.curCateTitle}}</h2>
|
|
</div>
|
|
<div id="posts">
|
|
{{template "post_abstract.html" $}}
|
|
<!-- paging -->
|
|
{{template "paging.html" $}}
|
|
</div>
|
|
</div>
|
|
|
|
{{template "footer.html" $}}
|
|
{{template "highlight.html" $}}
|
|
|
|
</body>
|
|
</html> |