{% extends "base.html" %} {% block body_class %}flatpage{% endblock %} {% block content_class %}column{% endblock %} {% block title %}{{ flatpage.title }} - {{ block.super}}{% endblock title %} {% block content %}
{{ flatpage.content }}
{% endblock content %}