{% extends "txstate_base.html" %} {% load sorting_tags %} {% load endless %} {% block head %} {{ form.media }} {% endblock head %} {% block content %} {% autosort posts %} {% paginate 7 posts %} {% for post in posts %} {% endfor %}
{% anchor heading Heading %} {% anchor date_created Created %} {% anchor date_edited Edited %} {% anchor deadline Deadline %}
{{ post.heading }} {{ post.date_created }} {{ post.date_edited }} {{ post.deadline }} See Full Post
{% get_pages %} {{ pages.previous }} {{ pages.next }} {{ pages.current_start_index }}-{{ pages.current_end_index }} of {{ pages.total_count }}. Add new post {% endblock %}