{% extends 'layouts/html.html' %} {% load alerts static i18n menu %} {% block title %}MedUX{% endblock title %} {% block body %} {% generate_menu %}
{# 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 %}
{% endblock body %} {% block footer %} {% include 'includes/footer.html' %} {% endblock %} {% block javascripts %} {% endblock %}