blob: 91595b3adef1291cbb12e28fc9b157949b9821ee (
plain) (
blame)
1
2
3
4
5
6
7
|
{{ define "article" }}
<article>
<h2>{{ .Title }}</h2>
<p>This site is coming up on one year old. Happy New Year!</p>
<p><b>Created:</b> {{ .Date }}</p>
</article>
{{ end }}
|