chaoswest.tv/templates/page.html

9 lines
174 B
HTML
Raw Normal View History

2022-01-20 23:51:09 +01:00
{%- extends "layout.html" -%}
{%- block title -%}
{{- this.title -}}
{%- endblock -%}
{%- block body -%}
2022-05-01 14:51:42 +02:00
<h1>{{ this.title }}</h1>
2022-01-20 23:51:09 +01:00
{{ this.body }}
{%- endblock -%}