{% load static %} {% load djpress_tags %} {% blog_page_title post_text="| " %}{% blog_title %}

{% blog_title_link %}

{% blog_pages %}
{% category_name "h1" pre_text="View Posts in the " post_text=" Category" %} {% author_name "h1" pre_text="View Posts by " %} {% if post %}

{% post_title_link %}

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

{% post_content %}

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

{% else %} {% for post in posts %}

{% post_title_link %}

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

{% post_content %}
{% empty %}

No posts available.

{% endfor %} {% endif %} {% pagination_links %}