{{define "main-content"}} Single templates
inactive:
{{ block "inactive-brick" . }}
{{ end }}
raised:
{{ block "raised-brick" . }}
{{ end }}
speaker:
{{ block "speaker-brick" . }}
{{ end }}
mark:
{{ block "mark-brick" . }}
X
{{ end }}
For each type
{{ range .Bricks }}
for {{ .Name }}
{{ template "inactive-brick" . }} {{ template "raised-brick" . }} {{ template "speaker-brick" . }} {{ template "mark-brick" . }}
{{ end }}
{{end}}