{% include "head.html" %} {% include "home-button.html" %}
{% for r in results %} {{ r[0] }} {% if r[1] %} {{ r[1] }} {% else %} Success {% endif %}
{% endfor %}