{{ $model := . }} {{/* .parameters type Parameters struct { Extended bool Collection string Query string } type SimpleParameters struct { Parameters Annotations bool Persons bool Title bool Alm bool Series bool Places bool Refs bool Year bool } */}}
{{- template "_heading" $model.parameters -}}
{{- if not $model.parameters.Extended -}}
{{- $q := "" }} {{- if $model.parameters.Query -}} {{- $q = $model.parameters.Query -}} {{- end -}} {{ template "_searchboxsimple" Arr $model.parameters true $q }}
{{ template "_infotextsimple" true }}
{{- end -}}
{{- template "_fieldscript" -}}