generated from ElnuDev/go-project
9 lines
No EOL
295 B
HTML
9 lines
No EOL
295 B
HTML
{{- define "title" }}{{ if .Entry }}{{ .Entry.Kanji }}{{ else }}404 Not Found{{ end }} - {{ template "sitetitle" . }}{{- end -}}
|
|
{{- define "results" -}}
|
|
{{- if .Entry -}}
|
|
{{- template "entryfull" .Entry -}}
|
|
{{- else -}}
|
|
{{- template "404" . }}
|
|
{{- end -}}
|
|
{{- end -}}
|
|
{{- template "index" . -}} |