{{ define "article" }} <article> <h2>{{ .Title }}</h2> <p>After much badgering by Ángel, I now have an RSS feed for the blog. It does not include the archived posts.</p> <p>Subscribe with <a href="/atom.xml">https://scerba.org/atom.xml</a></p> <p><b>Created:</b> {{ .Date }}</p> </article> {{ end }}