page_list.html 172 B

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