fisk/core/templates/windows/window.html

9 lines
160 B
HTML
Raw Normal View History

2022-10-13 14:26:43 +00:00
{% extends 'wm/magnet.html' %}
{% block heading %}
Window
{% endblock %}
{% block panel_content %}
{% include 'window-content/main.html' %}
{% endblock %}