symposion_app/pinaxcon/templates/flatpages/default.html

10 lines
172 B
HTML
Raw Normal View History

2017-10-16 10:53:18 +00:00
{% extends "utility_page.html" %}
2017-10-16 10:59:19 +00:00
2018-07-01 10:25:56 +00:00
{% block head_title %}{{ flatpage.title }}{% endblock head_title %}
2017-10-16 10:59:19 +00:00
2017-10-16 10:53:18 +00:00
{% block content %}
{{ flatpage.content }}
{% endblock content %}