Back to Istio Io

Content Panel

layouts/shortcodes/content_panel.html

latest484 B
Original Source

{{ $link := .Get "url" }} {{ $type := .Get "type" }} {{ $button := .Get "button" }} {{ $text := .Get "text" }} {{ $image := .Get "image" }} {{ $isLink := false }} {{ if ne $button "" }} {{ $isLink = true }} {{ end }} {{ if $isLink}} [ {{ else }} {{ end}} {{ with $image }} {{ partial "inline_image.html" . }} {{ end }}

{{ T (.Get "title") }}

{{ with $text }}

{{.}}

{{ end }} {{ with $button }} {{ T $button }} {{ end }} {{ if $isLink }}{{else}} {{end}}]({{$link}})