1 2 3 4 5 6 7 8 9
{{define "body"}} <div class="introduction"> <h1>logs</h1> <p> {{ .Description }} </p> </div> {{ template "logs_display" . }} {{end}}