{% extends 'page.html' %} {% block main_css_class %} {% parent %} user-page {% endblock %} {% block content_header %} {% if pageUser %}
{% 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- #}
{% include '../widget/page_list_and_timeline.html' %}
{% endblock %} {% block content_main_after %} {% include 'widget/comments.html' %} {% if page %} {% include '../widget/page_attachments.html' %} {% endif %} {% endblock %}