6 lines
213 B
HTML
6 lines
213 B
HTML
{{ define "title" }}{{ if .Item.Title }}{{ .Item.Title }}{{ else }}{{ .Item.Source }}/{{ .Item.Id }}{{ end }} - Intake [{{ .Item.Source }}]{{ end }}
|
|
|
|
{{ define "content" -}}
|
|
{{ template "item" .Item }}
|
|
{{- end }}
|