aboutsummaryrefslogtreecommitdiff
path: root/html/blog/2024-02-29+Couple_of_Pictures.tmpl.html
blob: e6b637804395558edc62f266ac06df492ca4c4d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{{ 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 }}