{% extends "layouts/default.html" %} {% block head %} {% with title = "Profile" %} {% include "includes/head.html" %} {% endwith %} {% endblock %} {% block content %} {% include "includes/self-tabs.html" %}

Hello {{ current_account.username }}

Scopes: {% for scope in current_account.scopes %} {{ scope.scope.value }} {% endfor %}

Datasets:

Loading datasets... Loading indicator, a spinning ring

Uploads:

Loading uploads... Loading indicator, a spinning ring
{% endblock %}