page.html (288B)
1 <section class="container page"> 2 <article> 3 <header> 4 {{ if .Title }} 5 <h1 class="title"> 6 <a class="title-link" href="{{ .Permalink | safeURL }}"> 7 {{ .Title }} 8 </a> 9 </h1> 10 {{ end }} 11 </header> 12 13 {{ .Content }} 14 </article> 15 </section>