{% extends "layout.html" %} {% block title %}{% trans "Index" %}{% endblock %} {% include "_post.html" %} {% block contents %} {%- for post in posts %} {{ render_post(post) }} {%- else %}
{% trans %}So far there are no posts in this blog.{% endtrans %}