{% extends "base.html" %} {% block content %}

Player Info

{% for k in player.__dir__() %} {% endfor %}
{{ k }} {{ player[k] }}
{% endblock %}