chill-bundles/Resources/views/Menu/homepage.html.twig
2014-11-12 11:07:05 +01:00

11 lines
368 B
Twig

<div class="container">
<div class="grid-8 centered" style="text-align:center">
{% for route in routes %}
<a href="{{ path(route.key, args ) }}">
<div class="grid-3 sc-button blue" style="float: inherit;">
{{ route.label|trans }}
</div>
</a>
{% endfor %}
</div>
</div>