user_page.html 277 B

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