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