## -*- coding: utf-8 -*- <%inherit file="index.tmpl"/> <%namespace name="feeds_translations" file="feeds_translations_helper.tmpl" import="*"/> <%block name="content_header">

${title|h}

%if description:

${description}

%endif
${feeds_translations.feed_link(author, kind)} ${feeds_translations.translation_link(kind)}
<%block name="extra_head"> ${parent.extra_head()} ${feeds_translations.head(author, kind, rss_override=False)}