{% extends "djpress/testing/base.html" %} {% load djpress_tags %} {% block main %}

Archives Template of the Testing Theme

{% for post in posts %} {% post_wrap %} {% post_title outer_tag="h1" %} {% post_content outer_tag="section" %} {% end_post_wrap %} {% empty %}

No posts available.

{% endfor %} {% pagination_links %} {% endblock main %}