{{ post.title() }}
{{ post.text(teaser_only=True) }}
{% else %}
{{ helper.html_pager() }}
{{ comments.comment_link_script() }}
{% endblock %}
{{ post.text(teaser_only=False) }}
{% endif %}
{% endfor %}
{# -*- coding: utf-8 -*- #} {% import 'index_helper.tmpl' as helper with context %} {% import 'comments_helper.tmpl' as comments with context %} {% extends 'base.tmpl' %} {% block content %}