{{ define "title" }}Blog{{end}} {{ define "description" }}Blog{{end}} {{ define "keywords" }}blog{{end}} {{ define "main" }} <section> <div class="main-bg"> <h1>Blog</h1> <p>A collection of thoughts, life updates, projects, and images.</p> </div> <div class="return"> <a href="/blog">< Return</a> </div> {{ template "article" . }} <div class="return"> <a href="/blog">< Return</a> </div> </section> {{ end }}