blob: 9c7f12d3f03854efeac6f5c6f339da28ffc96899 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | {{ define "meta"}}
    <title>Projects</title>
    <meta name="description" content="Site blog featuring personal and project updates as well as anything random I want to share.">
{{ end }}
{{ define "main" }}
    <h1>Projects</h1>
    <p class="subtitle">Current posted industrial and automotive design projects.</p>
    <hr>
{{ range .Contents }}
{{ printf "%s" .Thumbnail }}
{{ end }}
    <a href="/projects">Top</a>
{{ end }}
 |