blob: 8b17673aa18f647f62654f7a571e5b40a8f3c86d (
plain)
1
2
3
4
5
6
7
8
9
|
{% extends "base_code.html" %}
{% block og_title %}{{ flatpage.title }}{% endblock %}
{% block content %}
<h1>{{ flatpage.title }}</h1>
{{ flatpage.content }}
{% endblock content %}
|