{% extends "base.html" %} {% from "result_table.html" import result_table %} {% block body %}
 
 
{{ result_table(results) }}
   {% endblock %}