{% extends "base.jinja" %} {% block title %} Perfíl {% endblock %} {% block content %} Email: {{ current_user.email }}
Último Acesso: {{ current_user.last_login_at.strftime("%d/%m/%Y") }} {% endblock %}