{% extends 'blog/base.html' %}{% load i18n blog wagtailcore_tags %} {% block content %} {% include 'blog/components/breadcrumbs.html' %} {{ index.title }} {{ index.content }} {% for page in index.get_children.specific %} {% trans 'Read' %} {{ page.title }} {{ page.description }} {% endfor %} {% endblock %} {% block drawer_content %}
{{ page.description }}