aboutsummaryrefslogtreecommitdiff
path: root/html/blog/2025-02-19+Just_Try+poetry.tmpl.html
blob: fe1734f0f3f39924fbdb2ff6f2d954ea339f7a14 (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, she replies
    Just try
  </pre></p>
  <p><b>Created:</b> {{ .Date }}</p>
</article>
{{ end }}