beta.4 initial data

This commit is contained in:
life
2015-03-31 14:34:08 +08:00
parent decf580ed3
commit 0b3d69e73c
63 changed files with 16 additions and 30 deletions

View File

@ -0,0 +1,15 @@
{{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>