{{ define "search" }} {{ template "head" . }} {{ template "meta" .Meta }} {{ template "nav" . }}
{{ if .SearchQuery }}

Search Results for "{{ .SearchQuery }}"

{{ else }}

Search

Enter a search term to find images.

{{ end }} {{/* Noscript fallback: a plain GET form so users without JavaScript can still search. The nav search box posts to /search too, but that's above the fold of the page result; this gives a stable on-page form at the top of results. */}}
{{ if .SearchQuery }} {{ template "search-results" .Results }} {{ end }}
{{ template "footer" . }} {{ end }}