{% post_title_link %}
By {% post_author_link %}. {% post_date_link %}
{% extends "djpress/base.html" %}
{% load djpress_tags %}
{% block main %}
{% category_name "h1" pre_text="View Posts in the " post_text=" Category" %}
{% author_name "h1" pre_text="View Posts by " %}
{% if post %}
By {% post_author_link %}. {% post_date_link %} By {% post_author_link %}. {% post_date_link %}{% post_title_link %}
{% post_title_link %}
No posts available.
{% endfor %} {% endif %} {% posts_nav_links %} {% endblock main %}