This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
jichan.org-go/dict/templates/search.html
2023-07-23 13:43:30 -07:00

9 lines
No EOL
222 B
HTML

{{- define "title" }}{{ .Query }} search - {{ template "sitetitle" . }}{{- end -}}
{{- define "value" }}{{ .Query }}{{- end -}}
{{- define "results" -}}
{{- template "search" . -}}
{{- end -}}
{{- template "index" . -}}