page.html 262 B

1234567
  1. {% if !layoutType() || 'crowi' === layoutType() %}
  2. {% include '../layout-crowi/page.html' %}
  3. {% elseif !layoutType() || 'kibela' === layoutType()%}
  4. {% include '../layout-kibela/page.html' %}
  5. {% else %}
  6. {% include '../layout-growi/page.html' %}
  7. {% endif %}