mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 08:14:24 +00:00
refs #224 Some parts have evolved from issue, we should rethink some parts of the design
8 lines
155 B
Twig
8 lines
155 B
Twig
<div class="timeline">
|
|
{% for result in results %}
|
|
<div>
|
|
{% include result.template with result.templateArgs %}
|
|
</div>
|
|
|
|
{% endfor %}
|
|
</div> |