{% include 'blog_header.html' %}
{{ blog.description_html | safe }}
{% if posts | count > 0 %}

{{ g.trans['posts'] }}

{% for post in posts %}
{{ post.date }} - {% if g.mode == "multi" %}{{ post.title }}{% else %}{{ post.title }}{% endif %}
{% endfor%}
{% endif %} {% include 'blog_footer.html' %}