Julien Fastré 799893316d first implementation of timeline
refs #224

Some parts have evolved from issue, we should rethink some parts of the design
2015-02-18 00:05:27 +01:00

8 lines
155 B
Twig

<div class="timeline">
{% for result in results %}
<div>
{% include result.template with result.templateArgs %}
</div>
{% endfor %}
</div>