diff options
author | Alex Scerba <alex@scerba.org> | 2025-02-19 22:01:31 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2025-02-19 22:01:31 -0500 |
commit | a728dbe4be9afd0a622696cffa2bbebec9f3baef (patch) | |
tree | d760e91eebe9cb7658d66da1a4a3cfa0128b373f /html/blog | |
parent | 51e5380c1c2b76224105eaf3471150bf0334fb98 (diff) |
Add just try poem
Diffstat (limited to 'html/blog')
-rw-r--r-- | html/blog/2025-02-19+Just_Try+poetry.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/html/blog/2025-02-19+Just_Try+poetry.html b/html/blog/2025-02-19+Just_Try+poetry.html new file mode 100644 index 0000000..fe1734f --- /dev/null +++ b/html/blog/2025-02-19+Just_Try+poetry.html @@ -0,0 +1,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 }}
\ No newline at end of file |