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

{{ page.title }}

{{ page.description }}

{{ page.content }}
{% endblock %} {% block drawer_content %}
  • {{ page.get_parent.title }}
  • {% endblock %}