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