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