From 5d74a7b261fa9d99f0833111ef15437ba2ca5ec5 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Sun, 9 Oct 2022 02:58:58 +0200 Subject: [PATCH] Add render_footer macro --- advlabdb/templates/macros.jinja.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/advlabdb/templates/macros.jinja.html b/advlabdb/templates/macros.jinja.html index 96a3e94..2f71e1c 100644 --- a/advlabdb/templates/macros.jinja.html +++ b/advlabdb/templates/macros.jinja.html @@ -24,3 +24,13 @@ {% endif %} {% endmacro %} + +{% macro render_footer(footer) %} + +{% endmacro %}