samhuri.net/templates/post.feed.html
2017-05-21 15:20:11 -07:00

6 lines
94 B
HTML

<div id="article">
{{#post}}
<p class="time">{{date}}</p>
{{{body}}}
{{/post}}
</div>