contentdb/app/templates/flatpage.html

12 lines
171 B
HTML
Raw Normal View History

2018-05-14 15:46:41 +02:00
{% extends "base.html" %}
{% block title %}
{{ page['title'] }}
{% endblock %}
{% block content %}
<h1>{{ page['title'] }}</h1>
{{ page.html | safe }}
{% endblock %}