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

Category Template of the Testing Theme

{% category_title "h1" pre_text="View Posts in the " post_text=" Category" %} {% for post in posts %} {% post_wrap %} {% post_title outer_tag="h1" %} {% post_content outer_tag="section" %} {% end_post_wrap %} {% empty %}

No category posts available.

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