{# -*- coding: utf-8 -*- #} {% extends 'list_post.tmpl' %} {% import 'feeds_translations_helper.tmpl' as feeds_translations with context %} {% block extra_head %} {{ feeds_translations.head(author, kind, rss_override=False) }} {% endblock %} {% block content %}

{{ title|e }}

{% if description %}

{{ description }}

{% endif %}
{% if posts %} {% endif %}
{% endblock %}