add main region instead of div for WAI

This commit is contained in:
crunk 2023-11-06 19:59:11 +01:00
parent 843742140c
commit 68a0d7d20c

View File

@ -3,7 +3,7 @@
{% block custombefore %} {% block custombefore %}
{% include "custombefore.html" %} {% include "custombefore.html" %}
{% endblock %} {% endblock %}
<div class="crunkcolumns"> <main class="crunkcolumns">
{% block customcolumn %} {% block customcolumn %}
{% include "customcolumn.html" %} {% include "customcolumn.html" %}
{% endblock %} {% endblock %}
@ -20,7 +20,7 @@
</div> </div>
</div> </div>
{% endfor%} {% endfor%}
</div> </main>
{% block customafter %} {% block customafter %}
{% include "customafter.html" %} {% include "customafter.html" %}
{% endblock %} {% endblock %}