{% extends "base.html" %} {% block title %}{{ tag.title }}{% endblock %} {% block body %}

Posts With Tag {{ tag.title }}

{% for post in posts %}

{{ post.title }}

{{ post.text | truncate(500) | safe }} Read More
{% endfor %}
Recent Posts
Popular Tags
{% endblock %}