<%page args="post"/> <%! import re def excerpt(text): return re.sub('<[^<]+?>', '', text)[:200] %>
% if post.images: % else: % endif

${post.title}

${post.short_content | excerpt}