{% block html_head %} {% block html_title %}{{ customTitle(path) }}{% endblock %} {{ customHeader() }} {% 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/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' %} {% if 'kibela' === getConfig('crowi', 'customize:layout') %} {% include '../widget/headers/styles-theme-kibela.html' %} {% else %} {% block theme_css_block %} {% set themeName = getConfig('crowi', 'customize:theme') %} {% include '../widget/headers/styles-theme.html' with {themeName: themeName} %} {% endblock %} {% endif %} {{ cdnStyleTagsByGroup('basis') }} {{ cdnHighlightJsStyleTag(highlightJsStyle()) }} {% block html_additional_headers %}{% endblock %} {% endblock %} {% block html_body %}
{% block layout_head_nav %} {% include '../modal/create_page.html' %} {% endblock %} {# layout_head_nav #} {% block head_warn_alert_siteurl_undefined %}{% include '../widget/alert_siteurl_undefined.html' %}{% endblock %} {% block head_warn_breaking_changes %}{% include '../widget/alert_breaking_changes.html' %}{% endblock %} {% block sidebar %} {% endblock %}
{% block layout_main %} {% endblock %} {# layout_main #}
{% include '../modal/shortcuts.html' %} {% block body_end %} {% endblock %} {% endblock %} {% block custom_script %} {% endblock %}