summaryrefslogtreecommitdiff
path: root/djangoproject/templates/flatpages/community.html
blob: 1b2bfb794317da84c68e68bd0871d1269ee26b39 (plain)
1
2
3
4
5
6
7
8
9
{% extends "base_community.html" %}

{% block og_title %}{{ flatpage.title }}{% endblock %}

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

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