{{define "layout"}} {{.Title}} - {{.AppName}}
{{range $idx, $crumb := .Breadcrumbs}} {{if gt $idx 0}}/{{end}} {{$crumb}} {{end}}
이전 화면
{{.CurrentUser}}
{{range .WorkspaceTabs}} {{end}}
{{if .SubTabs}}
{{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}}
{{end}}