From b8f89b9b71fc83683570a687958432cc73622a1a Mon Sep 17 00:00:00 2001 From: Thomas JUND Date: Tue, 19 Oct 2021 11:45:18 +0200 Subject: [PATCH] concarneau: move nav template in own file (#57655) --- templates/variants/concarneau/includes/nav.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/variants/concarneau/includes/nav.html diff --git a/templates/variants/concarneau/includes/nav.html b/templates/variants/concarneau/includes/nav.html new file mode 100644 index 0000000..c24501a --- /dev/null +++ b/templates/variants/concarneau/includes/nav.html @@ -0,0 +1,9 @@ +{% extends "includes/nav.html" %} + +{% block nav-bottom %} + +{% endblock %}