github.com/projectcontour/contour@v1.28.2/site/themes/contour/layouts/_default/getting-started.html (about) 1 {{ define "main" }} 2 <main> 3 <div class="hero subpage-hero"> 4 <div class="wrapper"> 5 <h1>Getting Started</h1> 6 </div> 7 </div> 8 <div class="wrapper docs clearfix"> 9 <div class="docs-content {{ if not .Site.Params.docs_right_sidebar }}full{{ end }}"> 10 {{ .Content }} 11 </div> 12 {{ partial "docs-right-bar.html" . }} 13 </div> 14 </main> 15 {{ end }}