{% if page.relative_path %} {% endif %}

{{ page.title }}

{% if page_data.children.size == 0 or page.noChildren %} {{ content }} {% else %}
    {% for doc0 in page_data.children %}
  • {{ doc0.title }}
  • {% if doc0.children.size > 0 %} {% endif %} {% endfor %}
{% endif %} {% unless page.noChildren %} {% include docnav.html %} {% endunless %}