macros: Add collection_entry macro

- similar to media_entry / link_entry
- unused for now
master
Felix Stupp 2 years ago
parent 1c9c6a2502
commit bbe2280255
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -199,6 +199,12 @@
</li>
{%- endmacro %}
{% macro collection_entry(collection) %}
<li id="media_collection_{{ collection.id }}">
{{ collection_entry_content(collection, show_fragment=show_fragment) }}
</li>
{%- endmacro %}
{% macro media_table(media_list) %}
<table>
<tr>

Loading…
Cancel
Save