{% extends "base.html" %} {% block content %} {% if numbers %}
{% for a_n in numbers %} {{ a_n }} {% endfor %}
Sum