haguenau: move nav template in own file (#57655)

This commit is contained in:
Thomas Jund 2021-10-18 16:28:08 +02:00
parent cc59fa10e0
commit 16b8fbcf2d
2 changed files with 8 additions and 8 deletions

View File

@ -0,0 +1,8 @@
{% extends "includes/nav.html" %}
{% load static %}
{% block nav-bottom %}
<a class="a11y-link" href="{{ a11y_url }}">
<img src="{{site_base}}{% static "" %}{{css_variant}}/img/a11y.svg" alt="accessibilité" />
</a>
{% endblock %}

View File

@ -1,11 +1,4 @@
{% extends "theme.html" %}
{% load gadjo static %}
{% block nav-bottom %}
<a class="a11y-link" href="{{ a11y_url }}">
<img src="{{site_base}}{% static "" %}{{css_variant}}/img/a11y.svg" alt="accessibilité" />
</a>
{% endblock %}
{% block before-main-content %}
<div class="theme-top-carrousel">
@ -15,7 +8,6 @@
</div>
{% endblock %}
{% block content-top %}
<div id="theme-top-section">
{% placeholder "top-section" name="Haut de page" %}