fisk/core/templates/wm/window.html

10 lines
266 B
HTML
Raw Normal View History

2022-10-13 14:26:43 +00:00
<magnet-block attract-distance="10" align-to="outer|center" class="floating-window">
{% extends 'wm/panel.html' %}
{% block heading %}
2022-10-14 06:20:30 +00:00
{{ title }}
2022-10-13 14:26:43 +00:00
{% endblock %}
{% block panel_content %}
2022-10-14 06:20:30 +00:00
{% include window_content %}
2022-10-13 14:26:43 +00:00
{% endblock %}
</magnet-block>