{% extends "base.html" %} {% block title %}Dashboard — Prumo{% endblock %} {% block content %}

Prumo

Olá, {{ current_user.name or current_user.email }}

Sair

{% endblock %}