github.com/projectcontour/contour@v1.28.2/site/themes/contour/layouts/_default/page.html (about) 1 {{ define "main" }} 2 <main> 3 <div class="hero subpage-hero"> 4 <div class="wrapper"> 5 <h1>{{ .Title }}</h1> 6 </div> 7 </div> 8 <div class="wrapper subpage blog"> 9 <div class="blog-post content"> 10 {{ .Content }} 11 </div> 12 </div> 13 </main> 14 {{ end }}