mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +00:00
8 lines
156 B
Twig
8 lines
156 B
Twig
<div class="timeline">
|
|
{% for result in results %}
|
|
<div>
|
|
{% include result.template with result.template_data %}
|
|
</div>
|
|
|
|
{% endfor %}
|
|
</div> |