{# -*- coding: utf-8 -*- #} {% extends 'index.tmpl' %} {% block extra_head %} {{ super() }} {% if translations|length > 1 and generate_atom %} {% for language in translations|sort %} {% endfor %} {% elif generate_atom %} {% endif %} {% endblock %}