This website requires JavaScript.
Explore
Help
Register
Sign In
yan
/
mdserver-web
mirror of
https://github.com/midoks/mdserver-web.git
Watch
1
Star
0
Fork
You've already forked mdserver-web
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2908ffc1c8
mdserver-web
/
route
/
templates
/
default
/
plugin_menu.html
4 lines
95 B
HTML
Raw
Normal View
History
Unescape
Escape
Create plugin_menu.html
2023-01-17 11:57:30 -05:00
{% extends "layout.html" %}
{% block content %}
Update plugin_menu.html
2023-01-17 12:12:24 -05:00
{{data['plugin_content']|safe }}
Create plugin_menu.html
2023-01-17 11:57:30 -05:00
{% endblock %}