{{ post.title() }}
{% if index_teasers %}
{{ post.text(teaser_only=True) }}
{% else %}
{{ post.text(teaser_only=False) }}
{% endif %}
{# -*- coding: utf-8 -*- #} {% import 'index_helper.tmpl' as helper with context %} {% import 'arusahni_helper.tmpl' as arusahni with context %} {% import 'comments_helper.tmpl' as comments with context %} {% extends 'base.tmpl' %} {% block extra_head %} {{ super() }} {% endblock %} {% block content %} {% for post in posts %}