## -*- coding: utf-8 -*- <%namespace name="helper" file="index_helper.tmpl"/> <%inherit file="base.tmpl"/> <%block name="content">
% for post in posts:

${post.title()}

${post.text()}
% endfor
${helper.html_pager()}