feat: restructure project, implement askama templating #26

Merged
theo merged 21 commits from restructure-project into main 2024-07-26 14:42:03 +02:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 8c38f0e4ba - Show all commits

View File

@ -3,7 +3,7 @@
<head> <head>
<title>{% block title %}{{ title }}{% endblock %}</title> <title>{% block title %}{{ title }}{% endblock %}</title>
<script src="/assets/js/htmx.min.js.js"></script> <script src="/assets/js/htmx.min.js"></script>
{% block head %}{% endblock %} {% block head %}{% endblock %}
</head> </head>