updated devenv, new structure

This commit is contained in:
Per Stark
2024-12-30 11:25:06 +01:00
parent de7b3cee7f
commit c3ec25cc44
12 changed files with 239 additions and 768 deletions

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 %}