summaryrefslogtreecommitdiff
path: root/djangoproject/templates/flatfiles/default.html
blob: e909d63f33c667ed3fa3d07620d5761f4f3dcac3 (plain)
1
2
3
4
5
6
7
{% extends "base.html" %}

{% block content %}
    <h1>{{ flatpage.title }}</h1>

    {{ flatpage.content }}
{% endblock content %}