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

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

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