Eric Bower
·
2026-01-03
rss.page.tmpl
1{{if .List}}
2 {{template "list" .List}}
3{{else}}
4 {{.Contents}}
5{{end}}
git clone https://github.com/picosh/pico.git
1{{if .List}}
2 {{template "list" .List}}
3{{else}}
4 {{.Contents}}
5{{end}}