You are here

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
  1. {{ form }}
  2. {% if search_title %}
  3. <h2>{{ search_title }}</h2>
  4. {% endif %}
  5. {% if no_of_results %}
  6. <p>{{ no_of_results }}</p>
  7. {% endif %}
  8. {{ no_results_found }}
  9. {{ search_help }}
  10. {{ results }}
  11. {{ pager }}