From 7ca1dc852e7d24f77114381c0045bf36c60433dc Mon Sep 17 00:00:00 2001 From: Alex Scerba <alex@scerba.org> Date: Thu, 20 Feb 2025 09:02:20 -0500 Subject: Add snowfall poem --- html/blog/2025-02-20+Snowfall+poetry.tmpl.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 html/blog/2025-02-20+Snowfall+poetry.tmpl.html (limited to 'html/blog/2025-02-20+Snowfall+poetry.tmpl.html') diff --git a/html/blog/2025-02-20+Snowfall+poetry.tmpl.html b/html/blog/2025-02-20+Snowfall+poetry.tmpl.html new file mode 100644 index 0000000..cd59783 --- /dev/null +++ b/html/blog/2025-02-20+Snowfall+poetry.tmpl.html @@ -0,0 +1,11 @@ +{{ define "article" }} +<article> + <h2>{{ .Title }}</h2> + <p><pre> + The winter snowfall + Flakes fall gently to the ground + Snow angels tomorrow. + </pre></p> + <p><b>Created:</b> {{ .Date }}</p> +</article> +{{ end }} \ No newline at end of file -- cgit v1.2.3