This commit is contained in:
2023-11-01 21:02:09 +01:00
parent ef15a6ec8f
commit 6d3b873928
15 changed files with 253 additions and 43 deletions

View File

@ -1,9 +1,14 @@
{% extends "base.html" %}
{% block title %}
{{ page.title }} - {{ config.title }}
{% endblock %}
{% block content %}
<h1>{{ page.title }}</h1>
{{ page.content | safe }}
<div class="typography">
<h1>{{ page.title }}</h1>
{{ page.content | safe }}
</div>
{% endblock %}