{% load wagtailcore_tags i18n %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% block head %} {{ page_title }} {% block css %} {% endblock %} {% endblock %} {% block body %}
{% block content %} {% comment %} StreamBlock renders each child block in a `div` wrapper like the following. Since we are rendering the block directly (without a StreamBlock), add the div wrapper here in case the styles rely on the `block-` CSS class. {% endcomment %}
{% include_block bound_block %}
{% endblock %}
{% block js %} {% endblock %} {% endblock %}