{% extends "base.html" %} {% block title %}{% endblock %} {% block txtlist %} {% endblock %} {% block results %}

{{ name }}

{% for line in txt%}

{{ line }}

{% endfor %} {% endblock %}