Files
minne/html-router/templates/index/index.html
2025-05-13 21:45:57 +02:00

11 lines
240 B
HTML

{% extends "body_base.html" %}
{% block title %}Minne Dashboard{% endblock %}
{% block head %}
<script src="/assets/htmx-ext-sse.js" defer></script>
{% endblock %}
{% block main %}
{% include 'index/signed_in/base.html' %}
{% endblock %}