{% extends "base.html" %} {% block content %}
Upload a new plugin

Browse File to Upload

{{ gen_folders_tree_html(folders)|safe }}
{% if pages %}
{% for page in pages %}
{{ page["content"]|safe }}
{% endfor %}
{% endif %} {% endblock %}