{% extends "base.html" %} {% block page_title %} {{ entry.title }} {% endblock %} {% block header %}
This entry was tagged {% for tag in entry.tags %} {{ tag.name }}{% if not loop.last %}, {% endif %} {% endfor %}