{{ template "header.html" . }}
{{ if .Name }}

{{ .Name }} rss

{{ .WhatAbout }} {{ end }}

{{ .ServerMessage }}

{{ if .HonkCSRF }} {{ template "honkform.html" . }} {{ end }}
{{ if and .HonkCSRF (not .IsPreview) }}

{{ end }}
{{ $BonkCSRF := .HonkCSRF }} {{ $IsPreview := .IsPreview }} {{ range .Honks }} {{ template "honk.html" map "Honk" . "BonkCSRF" $BonkCSRF "IsPreview" $IsPreview }} {{ end }}
{{ if .HonkCSRF }} {{ end }}