{{ 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>alexscerba.com/projects</h1>

    <section class="postContent">
      <h2>Completed</h2>
{{ range .Contents }}
{{ printf "%s" .Thumbnail }}
{{ end }}
    </section>
{{ end }}