updated devenv, new structure

This commit is contained in:
Per Stark
2024-12-30 11:25:06 +01:00
parent 0110ffa5bf
commit 69596e8c5d
12 changed files with 239 additions and 768 deletions
+1 -1
View File
@@ -27,4 +27,4 @@
</main>
</div>
</body>
{% endblock %}
{% endblock %}
+4
View File
@@ -1,5 +1,8 @@
{% extends "body_base.html" %}
{% block main %}
{% if user %}
<p>HI</p>
{% else %}
<div class="flex flex-col items-center justify-center min-h-[80vh] space-y-8">
<!-- Hero Section -->
<div class="text-center space-y-4 mb-8">
@@ -27,4 +30,5 @@
<!-- Results will be populated here by HTMX -->
</div>
</div>
{% endif %}
{% endblock %}