header.html 372 B

1234567
  1. <div id="grw-subnav" class="grw-subnav d-edit-none" data-is-forbidden-page="{{ forbidden }}"></div>
  2. {% if not page and not forbidden and ('/' === path or 'crowi' === getConfig('crowi', 'customize:behavior')) and not isUserPageList(path) and !isTrashPage() %}
  3. {% if '/' === path.slice(-1) %}
  4. {% include '../../widget/create_portal.html' %}
  5. {% endif %}
  6. {% endif %}