Add template content to timeline component
This commit is contained in:
parent
2ae2354750
commit
ebbd2d3ec5
|
|
@ -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 %}
|
||||||
Loading…
Reference in a new issue