{{ define "article" }}
<article>
  <h2>{{ .Title }}</h2>
  <p><pre>
    You should
    make some wood tongs.
    Shape them through gentle touch.
    But I can't do that. He replies,
    just try.
  </pre></p>
  <p><b>Created:</b> {{ .Date }}</p>
</article>
{{ end }}