aboutsummaryrefslogtreecommitdiff
path: root/html/blog/2024-11-16+Mini_R53_Halloween_Edition.tmpl.html
blob: c244751945099ddd1ccc5d105efe0c94d4ce442e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{{ define "article" }}
<article>
  <h2>{{ .Title }}</h2>
  <p>Forgot to post this a while back. My friend put some eyes and teeth from his miata on my car.</p>
  <figure>
    <img src="/static/media/MiniR53_Halloween_1000.jpg" alt="" width="1000" height="1000" />
    <figcaption>Halloween teeth.</figcaption>
  </figure>
  <p><b>Created:</b> {{ .Date }}</p>
</article>
{{ end }}