{% extends 'layout.html' %} {% block title %}Page {{this_page_num}}{% endblock %} {% block content %}
{% include 'postlist-pager.html' %} {% for post in posts %}

{{post.title}} {{post.mdate_string}}

{% if post_type == 'full' %} {{post.target_text}} {% elif post_type == 'preview' %}
{{post.target_text}}
... {% else %} {{post.blurb}} Read more {% endif %} Posted in {% for t in post.tags %} {{t}} {% endfor %} {% if topt.disqus_short_name %} Comment {% endif %}
{% endfor %} {% include 'postlist-pager.html' %}
On this page
{% endblock %}