Files
leanote/app/views/Blog/about_me.html
2014-10-22 16:20:45 +08:00

19 lines
347 B
HTML

{{template "Blog/header.html" .}}
<div id="postsContainer">
<div id="posts">
<div class="each-post">
<div class="title">
{{msg . "aboutMe"}}
</div>
<div class="created-time">
</div>
<div class="desc">
{{.userBlog.AboutMe | raw}}
</div>
</div>
</div>
</div>
{{template "Blog/footer.html" .}}