mdserver-web/web/templates/default/plugin_menu.html

4 lines
95 B
HTML
Raw Permalink Normal View History

2024-10-08 11:35:42 -04:00
{% extends "layout.html" %}
{% block content %}
{{data['plugin_content']|safe }}
{% endblock %}