{% block html_head %} {% block html_title %}{{ customizeService.generateCustomTitle(page || path) }}{% endblock %} {{ getConfig('crowi', 'customize:header') | default('') }} {% include '../widget/headers/favicon.html' %} {% include '../widget/headers/ie11-polyfills.html' %} {{ cdnScriptTagsByGroup('basis') }} {% if local_config.env.MATHJAX %} {% include '../widget/headers/mathjax.html' %} {% endif %} {% include '../widget/headers/drawio.html' %} {% include '../widget/headers/scripts-for-dev.html' %} {% if getConfig('crowi', 'plugin:isEnabledPlugins') %} {% endif %} {% block html_head_loading_legacy %} {% endblock %} {% block html_head_loading_app %} {% endblock %} {% include '../widget/headers/styles-for-app.html' %} {% block theme_css_block %} {% set themeName = getConfig('crowi', 'customize:theme') %} {% include '../widget/headers/styles-theme.html' with {themeName: themeName} %} {% endblock %} {{ cdnStyleTagsByGroup('basis') }} {{ cdnHighlightJsStyleTag(getConfig('crowi', 'customize:highlightJsStyle')) }} {% block html_additional_headers %}{% endblock %} {% endblock %} {% block html_body %} {% if getConfig('crowi', 'customize:isContainerFluid') %} {% set additionalBodyClass = 'growi-layout-fluid' %} {% endif %}
{% block layout_head_nav %} {% endblock %} {# layout_head_nav #} {% block head_warn_breaking_changes %}{% include '../widget/alert_breaking_changes.html' %}{% endblock %}
{% block sidebar %}
{% endblock %}
{% block head_warn_alert_siteurl_undefined %}{% include '../widget/alert_siteurl_undefined.html' %}{% endblock %} {% block layout_main %}{% endblock %}
{% block fixed-controls %}
{% endblock %}
{% include '../widget/system-version.html' %}
{% include '../modal/shortcuts.html' %} {% block body_end %} {% endblock %} {% endblock %} {% if user != null %} {% endif %} {% block custom_script %} {% endblock %}