Added content, Neucha font

This commit is contained in:
Pascal Engélibert
2023-03-20 23:04:27 +01:00
parent e6cfe68463
commit 1704be747f
10 changed files with 89 additions and 18 deletions

View File

@ -1,12 +1,13 @@
{% extends "base.html" %}
{% block title %}{{ config.extra.sitename|safe }}{% endblock title %}
{% block title %}{% if page.title %}{{ page.title }} | {% endif %}{{ config.extra.sitename|safe }}{% endblock title %}
{% block head %}
{% endblock head %}
{% block body %}
<main class="narrower">
{% if page.title %}<h1>{{ page.title }}</h1>{% endif %}
{{page.content | safe}}
</main>
{% endblock body %}