{% extends 'layouts/html.html' %} {% load alerts static i18n %} {% block title %}MedUX{% endblock title %} {% block body %}
{# TODO: toasts could be done here using a plugin hook #} {# {% toast title="Neue Nachricht" message='{{ foo }}' icon="bi-user" tag="danger" %}#} {# {% toast title="Bootstrap" badge="just now" message='See? Just like this.' icon="bi-user" %}#}
{% include "includes/sidebar.html" %}
{% block content %} {% endblock content %}
{% block messages %} {% endblock %}
{# The place where modal dialogs are rendered globally, fetched by HTMX. #} {% endblock body %} {% block footer %}
{% block cli %}{% endblock %}
left footer
middle footer
right footer
{% endblock %}