Back to Glance

Rss Horizontal Cards

internal/glance/templates/rss-horizontal-cards.html

0.8.4356 B
Original Source

{{ template "widget-base.html" . }} {{ define "widget-content-classes" }}widget-content-frameless{{ end }} {{ define "widget-content" }} {{ if gt (len .Items) 0 }}

{{ range .Items }} {{ if ne "" .ImageURL }} {{ else }} {{ end }} {{ .Title }}

  • {{ .ChannelName }}

{{ end }}

{{ else }} {{ .NoItemsMessage }} {{ end }} {{ end }}