{# -*- coding: utf-8 -*- #} {% extends 'index.tmpl' %} {% import 'feeds_translations_helper.tmpl' as feeds_translations with context %} {% block content_header %}

{{ title|e }}

{% if description %}

{{ description }}

{% endif %}
{{ feeds_translations.feed_link(author, kind) }} {{ feeds_translations.translation_link(kind) }}
{% endblock %} {% block extra_head %} {{ super() }} {{ feeds_translations.head(author, kind, rss_override=False) }} {% endblock %}