davideisinger.com

My personal website
Log | Files | Refs | README

single.html (156B)


      1 {{ define "main" }}
      2   <hr>
      3 
      4   <h2>{{ .Title }}</h2>
      5 
      6   {{ .Content }}
      7 
      8   {{- partial "references.html" . -}}
      9   {{- partial "backlinks.html" . -}}
     10 {{ end }}