{% extends "samhuri.net.html" %} {% block body %} {% for post in posts %}
{% if post.isLink %}

→ {{ post.title }}

{% else %}

{{ post.title }}

{% endif %}
{{ post.body }}

{% endfor %} {% endblock %}