site_vineetk

Source for vineetk.net website
Log | Files | Refs | LICENSE

single.html (112B)


      1 {{ partial "head.html" . }}
      2 
      3 <h1>
      4   {{$.Title}}
      5 </h1>
      6 
      7 <main>
      8   {{.Content}}
      9 </main>
     10 
     11 {{ partial "foot.html" }}