Remove body_classes block
This commit is contained in:
parent
71c249d25b
commit
4423f3702d
|
@ -7,7 +7,7 @@
|
||||||
<a href="#main-content" class="visually-hidden focusable skip-link">
|
<a href="#main-content" class="visually-hidden focusable skip-link">
|
||||||
Skip to main content
|
Skip to main content
|
||||||
</a>
|
</a>
|
||||||
<div class="tw-min-h-screen tw-flex tw-flex-col {% block body_classes '' %}">
|
<div class="tw-min-h-screen tw-flex tw-flex-col">
|
||||||
{% include 'banner' %}
|
{% include 'banner' %}
|
||||||
|
|
||||||
{% block content_wrapper %}
|
{% block content_wrapper %}
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
{% extends 'base' %}
|
{% extends 'base' %}
|
||||||
|
|
||||||
{% block body_classes 'tw-h-full tw-flex tw-flex-col' %}
|
|
||||||
|
|
Loading…
Reference in a new issue