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