{% if user is not defined %}
{% include 'forms/user/login.html.twig' %}
{% include 'forms/user/register.html.twig' %}
{% endif %}