{% extends 'base/page_list_nosidebar.html' %} {% block content_head %} {% block content_head_before %} {% endblock %} {% include 'widget/header.html' %} {% block content_head_after %} {% endblock %} {% endblock %} {# /content_head #} {% block content_main %}
{% parent %} {# force remove #revision-toc from #content_main of parent #}
{# /.col-md-10 #} {# relocate #revision-toc #}
{# /.col-md-2 #}
{% endblock %} {% block content_main_after %} {% if not page.isDeleted() %} {% include 'widget/comments.html' %} {% endif %} {% endblock %}