{{$domain := .Host}} {{template "header" .}}

🐟{{.PageTitle}} -- Feeds

{{template "nav.html" .}}

For more information on how to format your site to show up here, see this documentation

Feed:

{{ range .FeedEntries}}

{{.DateString}} {{.Feed.Creator}} {{ if .Feed.Title }}{{.Feed.Title}}{{end}} {{.Title}}

{{end}}

All Feeds:

{{ range .Feeds}} {{.Url}} {{ end}} {{template "footer" .}}