From c07810551535dc4d14e715bb2843e1372d3b05e4 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Thu, 30 Jul 2020 10:51:48 +0200 Subject: [PATCH] macros.njk: add breadcrumb --- views/macros.njk | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/views/macros.njk b/views/macros.njk index 92b4118..0198f5a 100644 --- a/views/macros.njk +++ b/views/macros.njk @@ -140,4 +140,15 @@ {% endif %} {% endif %} -{% endmacro %} \ No newline at end of file +{% endmacro %} + +{% macro breadcrumb(currentPageTitle, pages=[]) %} + +{% endmacro %}