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) %}