• {{ .Title }}

    {{ if .Description }}

    {{ .Description }}

    {{ else if lt .WordCount 110 }}
    {{ .Content }}
    {{ else }} {{ warnf "Post \"%s\" doesn't have a description or content suitable for the blog list" .Title }}

    {{ .WordCount }} words

    {{ end }} {{ partial "footer_tags.html" . }} {{ partial "development/draft_tag.html" . }}