{% extends "base.html" %} {% block title %}Dashboard – BoxDrop{% endblock %} {% block content %}

Dashboard

This page is only visible to authenticated users.

{% for key, value in user.items() %} {% endfor %}
Claim Value
{{ key }} {{ value }}
{% endblock %}