{% block html_head %}
{% block html_title %}{{ customizeService.generateCustomTitle(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/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(getConfig('crowi', 'customize:highlightJsStyle')) }} {% block html_additional_headers %}{% endblock %} {% endblock %} {% block html_body %}
{# Sidebar #}
{% block layout_head_nav %}
{# Navbar Left #}
{% if isSearchServiceConfigured() %}
{% endif %}
{# Navbar Right #}
{% if user and user.admin %}
{{ t('Admin') }}
{% endif %} {% if user %}
{{ t('New') }}
{{ t('Help') }}
{% else %}
Login
{% endif %} {% if getConfig('crowi', 'app:confidential') %}
{{ getConfig('crowi', 'app:confidential') }}
{% endif %}
{% 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 layout_main %} {% endblock %} {# layout_main #}
{% include '../modal/shortcuts.html' %} {% block body_end %} {% endblock %} {% endblock %} {% if user != null %} {% endif %} {% block custom_script %} {% endblock %}