mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-06 07:29:43 +00:00
9 lines
148 B
HTML
9 lines
148 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block title%}{{ title }}{% endblock %}
|
||
|
|
||
|
{% block content %}
|
||
|
<h1>{{ title }}</h1>
|
||
|
{{ content }}
|
||
|
{% endblock %}
|