{% extends 'page.html' %} {% block main_css_class %} {% parent %} user-page {% endblock %} {% block content_header %} {% if pageUser %} {% include '../widget/user_page_header.html' %} {% else %} {% parent %} {% endif %} {% endblock %} {% block content_main %}
{# # ensure to insert 'user_page_content' widget to here # # Because this block has content like 'Bookmarks' or 'Recent Created' whose height changes dynamically, # setting of 'revision-toc' (affix) is hindered. #}
{% include '../widget/user_page_content.html' %}
{% block content_main_before %} {% parent %} {% endblock %} {% include '../widget/page_content.html' %} {# force remove #revision-toc from #content_main of parent #}
{# /.col- #} {# relocate #revision-toc #} {# /.col- #}
{% if 'growi' === behaviorType() || 'crowi-plus' === behaviorType() %}
{% include '../widget/page_list_and_timeline.html' %}
{% endif %} {% endblock %} {% block content_main_after %} {% include 'widget/comments.html' %} {% endblock %}