{{ title }}

{{#if search_data}} {{#if search_data.has_stop_word}}
{{t "Common words were excluded from your search:" }}
{{#each search_data.query_words}} {{#if is_stop_word}} {{query_word}} {{else}} {{query_word}} {{/if}} {{/each}}
{{/if}} {{else if notice_html}}
{{{ notice_html }}}
{{/if}}