9e36312c11480b9c92bf0bece00ec4e228165955
[phinde.git] / data / templates / search / sidebar.htm
1 {% set filters %}
2  {% include 'search/sidebar-filter.htm' with {'type': 'tags', 'title': 'Tag'} %}
3  {% include 'search/sidebar-filter.htm' with {'type': 'domain', 'title': 'Domain'} %}
4  {% include 'search/sidebar-filter.htm' with {'type': 'language', 'title': 'Language'} %}
5  {% include 'search/sidebar-filter.htm' with {'type': 'type', 'title': 'Type'} %}
6 {% endset %}
7 {% if filters|trim %}
8  <p>
9   Filter results by:
10  </p>
11  {{filters}}
12 {% endif %}
13
14 <p class="muted">
15  Query took {{queryTime}}.
16 </p>