user_page.html 172 B

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