Hi,
I was reading on the net and could not find how to implement as loop something like
twig's
<ul id="navigation">
{% for item in navigation %}
<li><a href="{{ item.href }}">{{ item.caption }}</a></li>
{% endfor %}
</ul>
I want to have idea of what is going on!