{{ _('home') }}
{% if user==null %} {{ _('signin') }} {% else %} Welcome, {{ user.name }}     Sign Out {% endif %}
{% block main %} {% endblock %}