blob: ac942d863c87265132c24753d350bbc8b8aa06da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{{ define "article" }}
<article>
<h2>{{ .Title }}</h2>
<p><pre>
The winter snowfall
Flakes glide gently to the ground
Snow angels tomorrow.
</pre></p>
<p><b>Created:</b> {{ .Date }}</p>
</article>
{{ end }}
|