{{ define "main" }}
{{ range (.Paginate (.Site.RegularPages.GroupByDate "January 2006") 20 ).PageGroups }} {{ .Key }} {{ range .Pages }} {{if eq .Section "tv"}} {{- partial "video_box.html" . -}} {{ else if eq .Section "events" }} {{- partial "partials/calendar_card.html" . -}} {{ else if eq .Section "shouts" }} {{ if in .Params.sources "pen.lumbung.space" }} {{- partial "pen_card.html" . -}} {{ else }} {{- partial "shout_card.html" . -}} {{ end }} {{ else if eq .Section "social" }} {{- partial "social_card.html" . -}} {{ else if eq .Section "publications"}} {{- partial "book_card.html" . -}} {{ else if eq .Section "sounds"}} {{- partial "sounds_card.html" . -}} {{ else }} {{- partial "card.html" . -}} {{ end }} {{ end }} {{ end }}
lumbung radio
{{ end }}