{/*
This is the action template.
It determines how the formatting actions are rendered.
*/}
{{define "section"}}
{{range .Lines}}{{.}}{{end}}
{{range $i, $l := .Lines}}{{if $i}}{{template "newline"}} {{end}}{{style $l}}{{end}}
{{end}} {{end}} {{define "code"}}