takahe/templates/flatpage.html

9 lines
148 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block title%}{{ title }}{% endblock %}
{% block content %}
<h1>{{ title }}</h1>
{{ content }}
{% endblock %}