## -*- coding: utf-8 -*- <%block name="content">
%if posts:
% for post in posts:

${post.title(lang)} ${post.description()}

% endfor
%endif