{{ post.title()|e }}
{{ post.text(teaser_only=True) }}
{% else %}
{{ helper.html_pager() }}
{{ comments.comment_link_script() }}
{{ math.math_scripts_ifposts(posts) }}
{% endblock %}
{{ post.text(teaser_only=False) }}
{% endif %}
{% endfor %}