You are here

search-api-form-item-list.html.twig in Search API 8

Default theme implementation for displaying a list of form elements.

Available variables:

  • items: The list of form items.

File

templates/search-api-form-item-list.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for displaying a list of form elements.
  5. *
  6. * Available variables:
  7. * - items: The list of form items.
  8. *
  9. * @see template_preprocess_search_api_form_item_list()
  10. *
  11. * @ingroup themeable
  12. */
  13. #}
  14. {{ items }}