<nav>
<h2 class="logo">Namless<span>.hu</span></h2>
{% if app.user %}
<button type="button" ><a href="{{ path('download_page') }}" style="color: white">Letöltés</a></button>
<button type="button" ><a href="{{ path('logout') }}" style="color: white">Kilépés</a></button>
{% else %}
<button type="button" ><a href="{{ path('login') }}" style="color: white">Belépés</a></button>
{% endif %}
</nav>