## -*- coding: utf-8 -*- <%block name="content"> % for post in posts:
%if post.meta('previewimage'): preview %endif
${post.title(lang)}
${ post.text( teaser_only = True, show_read_more_link = False) }
% endfor