forbidden.html 172 B

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