{% load static %} {% load djpress_tags %} {% blog_title %}

{% blog_title_link %}

{% blog_categories %}
{% have_posts as posts %} {% category_name "h1" pre_text="View Posts in the " post_text=" Category" %} {% author_name "h1" pre_text="View Posts by " %} {% for post in posts %}

{% post_title_link %}

By {% post_author_link %}. {% post_date_link %}

{% post_content %}

Categories: {% post_categories_link "span" "badge" %}

{% empty %}

No posts available.

{% endfor %} {% posts_nav_links %}