symfony-design-system/templates/home.html.twig

10 lines
185 B
Twig
Raw Permalink Normal View History

2024-02-28 22:44:29 +00:00
<ul>
{% for component in components %}
<li>
<a href="{{ component.1 }}">
{{ component.0 }}
</a>
</li>
{% endfor %}
</ul>