edlp-search-results.html.twig 204 B

1234567
  1. <div theme="{{ theme_hook_original }}" class="col small-col-12 med-col-4 large-col-2 float-right">
  2. <div class="wrapper">
  3. {{ items }}
  4. {{ no_results_found }}
  5. {{ search_help }}
  6. </div>
  7. </div>