{% extends "base.html" %} {% block page_title %}Posts tagged #{{ tag }}{% endblock page_title %} {% block content %}

Posts tagged #{{ tag }}

{% if blog_posts | length > 0 %}

Blog

{% endif %} {% if wiki_pages | length > 0 %}

Wiki

{% endif %} {% endblock content %}