pre-saint-gervais: add "toutes les démarches" custom title (#34146)

This commit is contained in:
Frédéric Péters 2020-03-02 15:38:40 +01:00
parent 8c61f1f625
commit 90e3b56313
2 changed files with 10 additions and 1 deletions

View File

@ -862,3 +862,9 @@ div.textcell {
}
}
}
div#demarches-title {
h2 {
@extend %bigtitle;
}
}

View File

@ -14,5 +14,8 @@
{% placeholder "shortcuts-top" name="Raccourcis Haut" %}
</div>
</div>
{% endblock %}
{% block content-pre %}
<div id="demarches-title"><h2>Toutes les démarches</h2></div>
{% endblock %}