src/StartPlatz/Bundle/StyleBundle/Resources/views/Bootstrap/_searchbox.general.html.twig line 1

Open in your IDE?
  1. {% if title is not defined %}{% set title = 'search' %}{% endif %}
  2. <span>
  3.     <div id="searchbox-landingpage">
  4.     <div id="multiple-datasets">
  5.         <input class="typeahead form-control" type="text" placeholder="{{ title }}">
  6.     </div>
  7.     </div>
  8. </span>