{% extends 'docs/base.html' %}{% load i18n docs %}
{% block content %}
{{ section.description }} {{ page.description }}{{ section.title }}
{% for page in section.get_children.specific %}
{% include 'docs/components/prev_next.html' %}
{{ page.title }}