shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

search.twig (308B)


      1 <div id="search" class="input-group">
      2   <input type="text" name="search" value="{{ search }}" placeholder="{{ text_search }}" class="form-control input-lg" />
      3   <span class="input-group-btn">
      4     <button type="button" class="btn btn-default btn-lg"><i class="fa fa-search"></i></button>
      5   </span>
      6 </div>