{% extends "default.html" %} {% block "contents" %}
{% include "components/_search-form.html" %}
{% include "components/_docs-nav.html" %}
{% include "components/_breadcrumbs.html" %}
{% if dynamic and $switch_text %}
{% include "components/_dynamic-switch.html" %}
{% endif %}
{% block "searchContents" %} {{ searchContents|safe }} {% endblock %} {% block "docsContent" %} {{ contents|safe }} {% endblock %}
{% endblock %}