{% extends "base.html" %} {% block content %} Posts tagged with "{{ tag }}" {% for post in posts %} {{ post.title }} {{ post.excerpt | markdown }} {% endfor %} {% endblock %}
{{ post.excerpt | markdown }}