Move help (status messages) to just below navbar

This commit is contained in:
benjamin melançon 2018-12-26 21:03:10 -05:00
parent 39ae84867c
commit 27da326d6a

View file

@ -33,6 +33,7 @@
</nav> </nav>
</div> </div>
{% endif %} {% endif %}
{{ page.help }}
{% endblock navbar %} {% endblock navbar %}
{% set header_section_attributes = create_attribute() %} {% set header_section_attributes = create_attribute() %}
@ -102,7 +103,6 @@
<a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #} <a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #}
{{ page.highlighted }} {{ page.highlighted }}
{{ page.help }}
{% block main_content %} {% block main_content %}
{# Set attributes for content. #} {# Set attributes for content. #}