{% 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 %} {% trans 'Read' %} {{ page.title }} {{ page.description }} {% endfor %} {% include 'docs/components/prev_next.html' %} {% endblock %}
{{ section.description }}
{{ page.description }}