{% extends default_template %} {% load exfiltry %} {% load exsyntax %} {% load django_bootstrap5 %} {% if standard_web_browser %} {% block indexhead %} {% if user.is_authenticated %} {% else %} {% endif %}
login 0
login 1
autologin 1
csrf_token {%csrf_token%}
gui_style modern(None)
hybrid 0
title Wiki
start_page None
plugins None
{% endblock %} {% else %} {% block js_extrascipts %} {{block.super}} {% jscript_link 'system/require.js' %} {% endblock %} {% block extrastyle %} {{block.super}} {% css_link '_schwiki/css/wiki_editor.css' %} {% endblock %} {% block body_footer_scripts %} {{block.super}} {% component '_schwiki/components/insert_object.js' %} {% endblock %} {% block component_init %} var initial_state={}; GLOBAL_BUS.set_state(initial_state); var component_init = [ "insert_object.js", ]; {% endblock %} {% endif %}