{# The search box, on every reading screen. The scope travels with the form so a reader inside a course searches that course first, which is what a question about the subject nearly always means, and widens it without retyping the term. It is a GET form because a result list is something people send each other. #} {% set current_course = course|default(none) %} {% set current_term = term|default('') %} {% set current_scope = scope|default('course' if current_course else 'newest') %}