{% extends "base.html" %} {% block content %} Hello {{ username }} {{ bio }} {% for n in numbers %}

{{n}}

{% endfor %} {% endblock content %}