{% set page_title = user.name %} {% extends "layout.html" %} {% block body %}
{{ user.fullname }}
{{ user.name }}
{{ user.email }}
{% if collection.description %} {{ collection.description }} {% endif %}
Use {{ current_user.token }} for authentication.
Revoke