main pico / pkg / apps / prose / html / rss.page.tmpl
Eric Bower  ·  2026-01-03
1{{if .List}}
2  {{template "list" .List}}
3{{else}}
4  {{.Contents}}
5{{end}}