{{ define "meta" }} <title>Alex Scerba</title> <meta name="description" content="Homepage"> {{ end }} {{ define "main" }} <h1 style="animation: 1s ease-out 0s 1 fadeIn">alexscerba.com</h1> <section class="bottom"> <h2>Featured Projects</h2> <div class="posts"> {{ range .Contents }} {{ printf "%s" .Thumbnail }} {{ end }} </div> </section> {{ end }}