{% if system.darktheme == True %} {% else %} {% endif %} {% if system.darktheme == True %} {% endif %} {% block head %}{% endblock %} {% for plug in system.plugins %}{% if plug.import_head is defined %}{{plug.import_head()|safe}} {% endif%}{%endfor%} Wiki {% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %}
{% block content %} {% endblock %}
{% block scripts %} {% endblock %} {% for plug in system.plugins %}{% if plug.add_script is defined %}{{plug.add_script()|safe}}{% endif%}{%endfor%}