Add template content to timeline component

This commit is contained in:
TheThomaas 2025-06-09 19:01:01 +02:00
parent 2ae2354750
commit ebbd2d3ec5

View file

@ -8,7 +8,8 @@
link: data.link, link: data.link,
title: data.title, title: data.title,
location: data.location, location: data.location,
description: data.description %} description: data.description,
templateContent: elements.templateContent %}
{%- endfor -%} {%- endfor -%}
</ol> </ol>
{% endif %} {% endif %}