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

${post.title(lang)}

% endfor