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,23 @@
{% extends "base.html" %}
{% block title %}Phrama Libre{% endblock %}
{% block body %}
<div>
<header>
<h1>Pharma Libre</h1>
</header>
<main>
<div
id="hello"
hx-get="/hello"
hx-target="this"
hx-trigger="load"
hx-swap="outerHTML"
>
Loading...
</div>
</main>
</div>
{% endblock %}