home | blog | art | now | git gpg | email | rss

pollux.codes

Files for the pollux.codes site
git clone git://pollux.codes/git/pollux.codes.git
Log | Files | Refs

single.html (152B)


      1 {{ define "main" }}
      2 
      3 <h1>{{ .Title }}</h1>
      4 <p>{{ if .Lastmod }}Last Updated: {{ .Lastmod.Format "2006-01-02" }}{{ end }}</p>
      5 
      6 {{ .Content }}
      7 
      8 {{ end }}