templates/blocks/header/search.html.twig line 1

Open in your IDE?
  1. <div class="block-search">
  2.     {% if labelSearch is defined %}
  3.         <label>{{ labelSearch.label }}</label>
  4.     {% endif %}
  5.     <form action="/search" accept-charset="UTF-8" method="get">
  6.         <input type="text" id="form_title" name="form[title]" class="form-control form-text" placeholder="Поиск" value="">
  7.         <input type="submit" name="op" value="Поиск" class="form-submit">
  8.     </form>
  9. </div>