Add template content to timeline component
This commit is contained in:
parent
2ae2354750
commit
ebbd2d3ec5
|
|
@ -8,7 +8,8 @@
|
|||
link: data.link,
|
||||
title: data.title,
|
||||
location: data.location,
|
||||
description: data.description %}
|
||||
description: data.description,
|
||||
templateContent: elements.templateContent %}
|
||||
{%- endfor -%}
|
||||
</ol>
|
||||
{% endif %}
|
||||
Loading…
Reference in a new issue