{% extends 'base/layout.html' %} {% block content_header %} {% include 'widget/header.html' %} {% endblock %} {% block content_main_before %} {% endblock %} {% block content_main %}
{% 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' %} {% if page %} {% include '../widget/page_attachments.html' %} {% endif %} {% endblock %} {% block body_end %}
{% include '../widget/page_modals.html' %}
{% endblock %}