Add user-dropdown

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2026-01-18 15:37:34 +01:00
parent 79305724f2
commit f45a43c852
7 changed files with 107 additions and 18 deletions

View file

@ -0,0 +1,10 @@
{% extends "base.tera.html" %}
{% import "inputs.tera.html" as inputs %}
{% block title %}
Home
{% endblock title %}
{% block content %}
Hi this is the main page
{% endblock content %}