{% extends "base.html" %} {% block title %}{% endblock %} {% block content %}
{% if result %} {% for row in result %}
{{ row }}
{% endfor %} {% endif %}
{% endblock %}