{{ define "article" }}
<article>
  <h2>{{ .Title }}</h2>
  <figure>
    <img src="/static/media/ThinkPad/thinkpad_stack_1000.jpg" alt="Edited abstract photo of three IBM/Lenovo ThinkPads stacked in a stair step configuration with the main logo at each corner." width="1000" height="750" />
    <figcaption>ThinkPad abstraction</figcaption>
  </figure>
  <p><b>Created:</b> {{ .Date }}</p>
</article>
{{ end }}