samhuri.net/templates/feed-post.html
2019-12-10 21:52:10 -08:00

7 lines
183 B
HTML

<div id="article">
<p class="time">{{ post.date }}</p>
{{ post.body }}
{% if post.isLink %}
<p><a class="permalink" href="{{ post.url }}">&infin;</a></p>
{% endif %}
</div>