Want to contribute? Fork me on Codeberg.org!
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
jichan.org-go/dict/templates/word.html

5 lines
181 B

{{- define "title" }}{{ .Entry.Kanji }} - {{ template "sitetitle" . }}{{- end -}}
{{- define "results" -}}
{{- template "entryfull" .Entry -}}
{{- end -}}
{{- template "index" . -}}