{% include '../../widget/logo.html' %}

{% if page %} {% include '../../widget/header-buttons.html' %}
  • Created by {{ page.creator.name|default(author.name) }}
    {{ page.createdAt|datetz('Y/m/d H:i:s') }}
  • Updated by {{ page.lastUpdateUser.name|default(author.name) }}
    {{ page.updatedAt|datetz('Y/m/d H:i:s') }}
{% endif %} {% if not page and ('/' === path or 'crowi' === behaviorType()) and not isUserPageList(path) and !isTrashPage() %} {% if '/' === path.slice(-1) %} {% include '../../widget/create_portal.html' %} {% endif %} {% endif %}