{% extends 'template/template.j2.html' %} {% block title %} {{ $t('sidebar.authExample') }} {% endblock %} {% block content %}
{{ $t('Authentication example page') }}
{{ $t('auth.welcome') }}
{{ user.name }}
{{ $t('Related files for this authentication example') }}
example/lib/widgets/example/auth.j2.html
example/lib/controllers/home_controller.dart
example/lib/controllers/auth_controller.dart
example/lib/route/web_route.dart