Track theme

This commit is contained in:
Pascal Le Merrer 2026-02-22 15:28:41 +01:00
parent 48932f2b80
commit 928e3afebd
21 changed files with 988 additions and 1 deletions

View file

@ -0,0 +1,18 @@
{% extends "base.html" %}
{% block head %}
{{ super() }}
<script type="application/ld+json">
{{ page.jsonld }}
</script>
{% endblock %}
{% block title %}{{ SITENAME }} | {{ page.title }}{% endblock %}
{% block content %}
<div class="page">
<h1>{{ page.title }}</h1>
{{ page.content }}
</div>
{% endblock %}