{% extends 'blog.html' %} {% load next_prev %} {% if page.summary %} {% block description %} {% endblock %} {% endif %} {% block title %}{{ page.title }}{% endblock %} {% block content %}

{{ page.title }}

{{ page.timestamp }} {% if page.tags %} » Tagged as: {% for tag in page.tags %} {{ tag }} {% if not forloop.last %}, {% endif %} {% endfor %} {% endif %}

{% autoescape off %} {{ page.content }} {% endautoescape %}
{% endblock %}