{% extends "base/base.html" %} {% block body %}


{% for p in pears %}

{{p[0]}}
{{p[1]}}

{% endfor %}
{% endblock %}