- {% if !layoutType() || 'crowi' === layoutType() %}
- {% include '../layout-crowi/page.html' %}
- {% elseif !layoutType() || 'kibela' === layoutType()%}
- {% include '../layout-kibela/page.html' %}
- {% else %}
- {% include '../layout-growi/page.html' %}
- {% endif %}
|