${title|h}
%if description:${description}
%endif %if subcategories: ${messages('Subcategories:')}-
%for name, link in subcategories:
- ${name|h} %endfor
-
% for post in posts:
- ${post.title()|h} % endfor
## -*- coding: utf-8 -*-
${parent.extra_head()}
%if len(translations) > 1 and generate_rss:
%for language in sorted(translations):
%endfor
%elif generate_rss:
%endif
%block>
${description}${title|h}
%if description:
%for name, link in subcategories:
%endif
% for post in posts:
%endif