{{.Section}}
{{.Title}}
{{if .MockMode}}MOCK MODE
{{end}}
{{range .SubTabs}}
{{.Label}}
{{end}}
{{end}}
{{range .Blocks}}
{{if eq .Kind "port-links"}}
{{template "block_port-links" .}}
{{else if eq .Kind "port-selector"}}
{{template "block_port-selector" .}}
{{else if eq .Kind "key-values"}}
{{template "block_key-values" .}}
{{else if eq .Kind "form"}}
{{template "block_form" .}}
{{else if eq .Kind "table"}}
{{template "block_table" .}}
{{else if eq .Kind "action"}}
{{template "block_action" .}}
{{else if eq .Kind "tool"}}
{{template "block_tool" .}}
{{else if eq .Kind "modal"}}
{{template "block_modal" .}}
{{end}}
{{end}}