{% extends 'base/page_nosidebar.html' %} {% block main_css_class %} main-crowi-plus-customized {% parent %} {% endblock %} {% 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- #} {# relocate #revision-toc #}
{# /.col- #}
{% if 'crowi-plus' === behaviorType() %}
{% include './widget/page_list_container.html' %}
{% endif %}
{% endblock %} {% block content_main_after %} {% include 'widget/comments.html' %} {% endblock %}