{{ define "article" }}
<article>
  <h2>{{ .Title }}</h2>
  <p>There was a big storm a night ago, and I got a picture of the lightning lighting up the clouds.</p>
  <figure>
    <img src="/static/media/20240227_Detroit-weather_1000.jpg" alt="Skyline photo lightning in Detroit. Featuring the Fisher building." width="1000" height="563" />
    <figcaption>Storm featuring the Fisher building.</figcaption>
  </figure>
  <p>My friend built a Y-wing from some clone battle packs. I reworked the gunner area and build a stand for it.</p>
  <figure>
    <img src="/static/media/20240228_Y-wing_1000.jpg" alt="Clone Wars era LEGO Y-Wing model build out of 501st battle packs. Captain Rex minifigure in pilot seat." width="1000" height="563" />
    <figcaption>501st Y-Wing.</figcaption>
  </figure>
  <p><b>Created:</b> {{ .Date }}</p>
</article>
{{ end }}