{% extends "base.html" %} {% block content %}
Name: {{name}}
Email: {{email}}

Products Owned

{% for row in products %} {% endfor %}
{{row[1]}}
{% endblock %}