{{define "publication"}} {{template "layout-page-start" (args "Title" .Title)}}
{{range $page := .Pages}}
{{if (gt (len $page.Interactions) 0)}}
{{range $interactionID, $interaction := $page.Interactions}} {{end}}
{{else}} {{end}}
{{if (gt (len $page.Interactions) 0)}}
{{range $interactionID, $interaction := $page.Interactions}}
{{end}}
{{end}}
{{end}}
{{template "layout-page-end"}} {{end}}