15 lines
274 B
HTML
15 lines
274 B
HTML
{{template "header.html" .}}
|
|
|
|
<div id="postsContainer">
|
|
|
|
<div id="posts">
|
|
{{template "post_abstract.html" $}}
|
|
<!-- paging -->
|
|
{{template "paging.html" $}}
|
|
</div>
|
|
</div>
|
|
{{template "footer.html" $}}
|
|
{{template "highlight.html" $}}
|
|
|
|
</body>
|
|
</html> |