page.html 162 B

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