single.html (152B)
1 {{ partial "header.html" . -}} 2 <header><h1>{{ .Title }}</h1></header> 3 <article> 4 <div class="main"> 5 {{ .Content -}} 6 </div> 7 {{ partial "footer.html" . }}