{% 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 '../widget/logo.html' %}
{% set appTitle = appService.getAppTitle() %} {% set appTitleFontSize = getAppTitleFontSize(appTitle) %}
{% block title %}{{ appTitle }}{% endblock %}
{# disabled temporary -- 2019.05.13 Yuki Takei
{{ t('Tags') }}
#}
{% if searchConfigured() %}
{% endif %}
{% if user and user.admin %}
{{ t('Admin') }}
{% endif %} {% if user %}
{{ t('New') }}
{{ user.name }}
{{ t('Home') }}
{{ t('User Settings') }}
{{ t('List Drafts') }}
{{ t('Deleted Pages') }}
{{ t('Sign out') }}
{% else %}
Login
{% endif %} {% if config.crowi['app:confidential'] && config.crowi['app:confidential'] != '' %}
{{ config.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 sidebar %}
{% if searchConfigured() %}
{% endif %}
(TBD) Create /Sidebar
{% endblock %}
{% block layout_main %} {% endblock %} {# layout_main #}
{% include '../modal/shortcuts.html' %} {% block body_end %} {% endblock %} {% endblock %} {% block custom_script %} {% endblock %}