envelope/core/templates/modals/modal.html
2022-10-12 07:22:22 +01:00

5 lines
114 B
HTML

{% extends 'wm/modal.html' %}
{% block modal_content %}
{% include 'window-content/main.html' %}
{% endblock %}