{% if page %}
{% if user %}

{% endif %}

  • 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 not isUserPageList(path) and !isTrashPage() %}

What is Portal?

{% endif %}