diff options
Diffstat (limited to 'templates/flatpage.html')
-rw-r--r-- | templates/flatpage.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/flatpage.html b/templates/flatpage.html new file mode 100644 index 0000000..b24a6b8 --- /dev/null +++ b/templates/flatpage.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} + +{% block title%}{{ title }}{% endblock %} + +{% block content %} + <h1>{{ title }}</h1> + {{ content }} +{% endblock %} |