{% extends "layouts/base.html" %} {% block content %} {% include "partials/article.html" %} {% if child_page_count %}
{{ child_page_count }} pages are available in this section. Use the documentation navigation to continue.
{% else %}This section has no child pages yet.
{% end %} {% include "partials/toc.html" %} {% end %}