{% extends "base.html" %} {% block title %}Posts With Tag {{ tag }} :: {% endblock title %} {% block content %}

Posts With Tag "{{ tag }}"

{% for post in posts %} {% endfor %}
{{ post.title }}
{% endblock content %}