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

Posts Tagged: #{{ tag }}

Here are all Project Posts with this tag.

{% if projectpost %}
{% for projectpost in projectpost %}

{{ projectpost.title }}

{{ projectpost.category }}

{% endfor %}
{% else %}

No posts found with this tag.

{% endif %}
{% endblock %}