{#
# 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 #}
{# relocate #revision-toc #}
{% include '../widget/page_list_and_timeline_kibela.html' %}
{% endblock %}
{% block content_main_after %}
{% include 'widget/comments.html' %}
{% if page %}
{% include '../widget/page_attachments.html' %}
{% endif %}
{% endblock %}