## -*- coding: utf-8 -*-
<%namespace name="feeds_translations" file="feeds_translations_helper.tmpl" import="*"/>
<%def name="html_headstart()">
%if description:
%endif
%if title == blog_title:
${blog_title|h}
%else:
${title|h} | ${blog_title|h}
%endif
${html_stylesheets()}
% if meta_generator_tag:
% endif
${feeds_translations.head(classification=None, kind='index', other=False)}
%if favicons:
%for name, file, size in favicons:
%endfor
%endif
%if prevlink:
%endif
%if nextlink:
%endif
${extra_head_data}
%def>
<%def name="late_load_js()">
%def>
<%def name="html_stylesheets()">
%def>
### This function is deprecated; use feed_helper directly.
<%def name="html_feedlinks()">
${feeds_translations.head(classification=None, kind='index', other=False)}
%def>
<%def name="html_translations()">
%def>