blob: 7e096e15aedc4034c16109e687fc8759878241da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
{{ 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 }}
|