This repository has been archived on 2023-08-08. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
jichan.org-go/dict/templates/search.html

9 lines
No EOL
230 B
HTML

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