{{define "content_tabledetail"}}
{{ .Title }} | |
---|---|
{{ $item.Caption }} | {{ if eq $item.ValueType "href"}} {{template "content_href" $item.Value}} {{ else if eq $item.ValueType "badge"}} {{template "content_badge" $item.Value}} {{ else }} {{ $item.Value }} {{end}} |