{% extends 'template/template.j2.html' %} {% block title %} {{ $t('sidebar.authExample') }} {% endblock %} {% block content %}

{{ $t('auth.test') }}

{{ $t('Authentication example page') }}

{{ $t('auth.welcome') }}

{{ user.name }}

{{ $t('auth.logout') }}

{{ $t('File References') }}

{{ $t('Related files for this authentication example') }}

{% endblock %}