{% extends "base.html" %} {% load wagtailcore_tags static %} {% block content %} {% if category %}

{{ category }}

{% endif %} {% if tag %}

Posts tagged with '{{ tag }}'

{% endif %} {% for rl in self.related_links.all %}

{{ rl.title }}: {{ rl.link_page }}

{% endfor %} {% if blogs %} {% else %}

There are currently no blog posts

{% endif %} {% endblock %}