Files
leanote/public/blog/themes/default/index.html
2015-03-31 14:34:08 +08:00

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>