{{ define "meta"}}
    <title>Blog</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>Blog</h1>
    <p class="subtitle">Personal and site updates.</p>
    <hr>

{{ range .Contents }}
{{ printf "%s" .Thumbnail }}
{{ end }}

    <a href="/blog">Top</a>
{{ end }}