1 2 3 4 5 6
{# Add a title over the search box #} {%- if pagename != "search" %} <h3>Quick search</h3> {%- include "!searchbox.html" %} {%- endif %}