2
0

page_list.html 145 B

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