{% extends "base.html" %} {% block title %}Tag Results{% endblock %} {% block content %}

Posts Tagged: #{{ tag }}

Here are all blog posts with this tag.

{% if blogpost %}
{% for blogpost in blogpost %}

{{ blogpost.title }}

{{ blogpost.category }}

{% endfor %}
{% else %}

No posts found with this tag.

{% endif %}
{% endblock %}