aboutsummaryrefslogtreecommitdiff
path: root/html/blog/2024-08-21+Volvo_244+cars.tmpl.html
blob: 708889479de3eca3f31b92210e22a84cd667b49a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{{ define "article" }}
<article>
  <h2>{{ .Title }}</h2>
  <p>I saw a nice, blue 244 today. Thought I'd share.</p>
  <figure>
    <img src="/static/media/20240816_Volvo-240-blue_1000.jpg" alt="Blue Volvo 240 DL outside Dearborn Music." width="1000" height="562" />
    <figcaption>Volvo 240 DL sedan outside Dearborn Music.</figcaption>
  </figure>
  <p><b>Created:</b> {{ .Date }}</p>
</article>
{{ end }}