Files
leanote/public/blog/themes/default/index.html

15 lines
274 B
HTML
Raw Normal View History

2014-11-09 16:24:19 +08:00
{{template "header.html" .}}
<div id="postsContainer">
<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>