mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-28 12:21:56 +01:00
11 lines
240 B
HTML
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 %} |