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

4 lines
95 B
HTML
Raw Normal View History

2023-01-17 11:57:30 -05:00
{% extends "layout.html" %}
{% block content %}
2023-01-17 12:12:24 -05:00
{{data['plugin_content']|safe }}
2023-01-17 11:57:30 -05:00
{% endblock %}