{#
# Because this block has content like 'Bookmarks' or 'Recent Created' whose height changes dynamically,
# setting of 'revision-toc' (affix) is hindered.
#}
{% 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- #}
{% endblock %}
{% block content_main_after %}
{% include 'widget/comments.html' %}
{% if page %}
Bookmarks
Recently Created
{% endif %}
{% if page %}
{% include '../widget/page_attachments.html' %}
{% endif %}
{% endblock %}