intake/web/html/itemPage.html
2025-02-07 15:49:22 -08:00

12 lines
320 B
HTML

{{ define "title" }}{{ if .Item.Title }}{{ .Item.Title }}{{ else }}{{ .Item.Source }}/{{ .Item.Id }}{{ end }} - Intake [{{ .Item.Source }}]{{ end }}
{{ define "content" -}}
<article class="center">
<span class="feed-controls">
<a href="/">Home</a>
</span>
</article>
{{ template "item" .Item }}
{{- end }}