Files
leanote/app/views/Blog/about_me.html
2014-05-07 13:06:24 +08:00

21 lines
396 B
HTML

{{template "Blog/header.html" .}}
<div id="postsContainer">
<div id="posts">
<div class="each-post">
<div class="title">
关于我
</div>
<div class="created-time">
</div>
<div class="desc">
{{.userBlog.AboutMe | raw}}
</div>
<!-- comment -->
{{template "blog/comment.html" .}}
</div>
</div>
</div>
{{template "Blog/footer.html" .}}