{{define "title"}} GOTH Stack // Publications {{end}} {{define "headercontent"}} {{template "title" .}} {{end}} {{define "head"}} {{end}} {{define "main"}} {{if .Pubs}}
{{range .Pubs}} {{template "cardlinks" .}} {{end}}
{{end}} {{if not .Pubs}}

Nothing to see here (yet)!

{{end}} {{end}} {{define "foot"}} {{end}}