aboutsummaryrefslogtreecommitdiff
path: root/html/blog/2025-02-19+Just_Try+poetry.tmpl.html
blob: c469e7e79f301a2d8af54b5d920597757bd84ca9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ 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 }}