${post.title()}
%if index_teasers:
${post.text(teaser_only=True)}
%else:
${post.text(teaser_only=False)}
%endif
## -*- coding: utf-8 -*- <%namespace name="arusahni" file="arusahni_helper.tmpl" import="*" /> <%namespace name="helper" file="index_helper.tmpl"/> <%namespace name="comments" file="comments_helper.tmpl"/> <%inherit file="base.tmpl"/> <%block name="content"> % for post in posts: