{% extends "layout.html" %} {% block title %}{{ _("Index") }}{% endblock %} {% from "_entry.html" import render_entry %} {% block contents %} {%- for post in posts %} {{ render_entry(post) }} {%- else %}

{% trans %}Welcome{% endtrans %}

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

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