{% extends 'blog/partials/base.html' %} {% block content %} {% load static %}

Posts Tagged With "{{ tag.name }}"

{% if posts %}
{% include 'blog/partials/post_list.html' %}
{% else %}

There are no posts tagged with "{{ tag.name }}".

{% endif %} {% endblock %}