{# Need to keep the form in the HTML, even if the snippet is not searchable #}
{# This is to allow pagination links to be generated from the form action URL #}
{% block search_form %}
{% if is_searchable %}
{% endif %}
{% endblock %}
{% block search_results %}
{% include results_template_name %}
{% endblock %}