not_found.html 145 B

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