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

{{ index.title }}

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

    {{ page.title }}

    {{ page.description }}

  2. {% endfor %}
{% endblock %}