{% extends '../../layout/layout.html' %} {% block html_additional_headers %} {% parent %} {{ cdnScriptTag('highlight-addons') }} {{ cdnScriptTag('drawio-viewer') }} {% endblock %} {% block layout_main %} {% if not page and not forbidden and ('/' === path or 'crowi' === getConfig('crowi', 'customize:behavior')) and not isUserPageList(path) and !isTrashPage() %} {% if '/' === path.slice(-1) %} {% include '../../widget/create_portal.html' %} {% endif %} {% endif %}