{% extends 'docs/base.html' %}{% load i18n wagtailcore_tags %} {% block content %}
{% include 'docs/components/breadcrumbs.html' %}

{{ section.title }}

{{ section.description }}

{{ section.content }}
    {% for page in section.get_children.specific %}
  1. {% trans 'Read' %}

    {{ page.title }}

    {{ page.description }}

  2. {% endfor %}
{% include 'docs/components/prev_next.html' %}
{% endblock %}