search-api-page.html.twig in Search API Pages 8
{{ form }}
{% if search_title %}
<h2>{{ search_title }}</h2>
{% endif %}
{% if no_of_results %}
<p>{{ no_of_results }}</p>
{% endif %}
{{ no_results_found }}
{{ search_help }}
{{ results }}
{{ pager }}
File
templates/search-api-page.html.twig
View source
- {{ form }}
-
- {% if search_title %}
- <h2>{{ search_title }}</h2>
- {% endif %}
-
- {% if no_of_results %}
- <p>{{ no_of_results }}</p>
- {% endif %}
-
- {{ no_results_found }}
-
- {{ search_help }}
-
- {{ results }}
-
- {{ pager }}