{% extends "base.html" %} {% block title %}Search: {{ query }}{% endblock title %} {% block content %}

Add &explanation_enabled=true to the URL to enable JSON-based explanations.

{% include "results.html" %}
{% endblock content %}