{{ if .enable }}

{{ .title | markdownify }}

{{ range .comments }}
{{/* Margin-top & margin-bottom are set to match Tweets. Maybe there's a better way of designing this? (and maybe we design from the stylesheet?) */}} {{ with .quote }}
{{ if .link }} {{ .text }} — {{ .author }} {{ else }}

{{ .text }} — {{ .author }}

{{ end }}
{{ end }} {{ with .tweet }} {{ . | markdownify }} {{ end }}
{{ end }}
{{ end }}