nixie-ci/nixie-server/templates/index.tera.html
Marcel Müller f45a43c852 Add user-dropdown
Signed-off-by: Marcel Müller <neikos@neikos.email>
2026-01-18 15:37:34 +01:00

10 lines
187 B
HTML

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