From bbe2280255cd1ff2ff8b6048bf97eb44aab8e4c2 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 28 Aug 2022 14:14:58 +0200 Subject: [PATCH] macros: Add collection_entry macro - similar to media_entry / link_entry - unused for now --- server/templates/macros.htm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/server/templates/macros.htm b/server/templates/macros.htm index 24a9368..3908e36 100644 --- a/server/templates/macros.htm +++ b/server/templates/macros.htm @@ -199,6 +199,12 @@ {%- endmacro %} +{% macro collection_entry(collection) %} +
  • + {{ collection_entry_content(collection, show_fragment=show_fragment) }} +
  • +{%- endmacro %} + {% macro media_table(media_list) %}