aboutsummaryrefslogtreecommitdiff
path: root/html/blog/2024-01-09+First_Post.tmpl.html
blob: 21a2ea7dcd7a1ffbe19d8d83217c5ac3f2d006bf (plain) (blame)
1
2
3
4
5
6
7
{{ define "article" }}
<article>
  <h2>{{ .Title }}</h2>
  <p>New year, new site. Looking forward to working on it.</p>
  <p><b>Created:</b> {{ .Date }}</p>
</article>
{{ end }}