This repository has been archived on 2025-06-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
joeac.net-symfony/templates/components/_navbar.html.twig
2025-05-21 07:30:04 +01:00

14 lines
187 B
Twig

<nav>
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/blog">Blog</a>
</li>
<li>
<a href="{{ path('notes') }}">Notes</a>
</li>
</ul>
</nav>