repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

pico / pkg / apps / feeds / html
Antonio Mika  ·  2025-03-12

digest_text.page.tmpl

 1{{if .ShowBanner}}
 2> In order to keep this digest email active you must click the link below. You have {{.DaysLeft}} days left.
 3> {{.KeepAliveURL}}
 4{{end}}
 5
 6{{range .Feeds}}
 7    {{.Title}}
 8    {{.Link}}
 9    {{.Description}}
10
11    {{range .Items}}
12    {{.Title}}
13    {{.Link}}
14    {{end}}
15
16    ---
17
18{{end}}
19
20> {{.UnsubURL}} to unsubscribe to this digest.