donations and stuff

This commit is contained in:
Luca Junge 2023-12-07 10:53:17 +01:00
parent 4bb90d0314
commit 48cbb3471e
57 changed files with 610 additions and 1260 deletions

View file

@ -8,13 +8,11 @@
<link rel="stylesheet" href="{{'assets/fontawesome/css/all.css' | url}}">
<title>{{ title }}</title>
</head>
<body class="bg-gray-800">
{% include "partials/nav.njk" %}
<body>
{% include "partials/header.njk" %}
<main>
<div class="container mx-auto py-5 px-5">
{{ content | safe }}
</div>
{{ content | safe }}
</main>
{% include "partials/footer.njk" %}