blob: 80934c6714e384debd1b42440996b86b8ee969f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!-- begin post: {{ post.id }} -->
<div class="post">
<hr class="hdiv"/>
<div class="head">
<h2><span class="title">%s</span></h2>
<span class="date">{{ post.date_string }} <!-- {{ post.epoch }} --></span>
</div>
<div class="body">
%s
</div> <!--body-->
<hr class="hdiv"/>
</div>
<!-- end post: {{ post.id }} -->
|