{% extends "base.html" %} {% block canonical %}{{ url_for('index') }}{% endblock %} {% block content %} {% include "results.html" %} {% endblock %}