diff --git a/app/templates/moduls/modal.html.j2 b/app/templates/moduls/modal.html.j2 index 927921e..ffc953c 100644 --- a/app/templates/moduls/modal.html.j2 +++ b/app/templates/moduls/modal.html.j2 @@ -1,3 +1,16 @@ +{% macro alert_box(id, alert_class, icon_class, title, text_id) %} + +{% endmacro %} + +{% macro list_section(id, title, list_id) %} +
+
{{ title }}:
+ +
+{% endmacro %} +