fix: revert back to crates dir layout

This commit is contained in:
theo
2024-07-24 11:58:03 +02:00
parent 18758ff2fe
commit 86a6d2b9d3
35 changed files with 31 additions and 48 deletions

View File

@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<title>{% block title %}{{ title }}{% endblock %}</title>
<script src="/assets/js/htmx.min.js.js"></script>
{% block head %}{% endblock %}
</head>
<body>
{% block body %}{% endblock %}
</body>
</html>