presentations/taking-flight-with-tailwind-css/demo/phpnw/source/_includes/navbar.html.twig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
135 B
Twig
Raw Normal View History

2021-09-07 21:07:06 +01:00
<nav>
{% for link in links %}
<a href="{{ link.href }}">
{{ link.title }}
</a>
{% endfor %}
</nav>