Files
uutils.github.io/templates/page.html
T
2024-01-31 22:07:07 +01:00

11 lines
220 B
HTML

{%- extends "base.html" -%}
{%- block title -%}
{{ page.title }} | uutils
{%- endblock title -%}
{%- block main -%}
<div class="title">{{ page.title }}</div>
{{ page.content | safe }}
{%- endblock main -%}