{% extends "layout.html" %} {% block title %}{% trans "Index" %}{% endblock %} {% include "_post.html" %} {% block contents %} {%- for post in posts %} {{ render_post(post) }} {%- else %}

{% trans %}Welcome{% endtrans %}

{% trans %}So far there are no posts in this blog.{% endtrans %}

{%- endfor %} {%- if pagination.necessary %} {%- endif %} {% endblock %}