istio.io/layouts/shortcodes/quote.html

16 lines
447 B
HTML

<div>
<aside class="callout quote">
<div class="type">
{{ partial "large_icon.html" "callout-quote" }}
</div>
<div class="content">
{{- $text := partial "strip_indent.html" (dict "content" .Inner "pos" .Position) -}}
{{- $text | markdownify -}}
</div>
{{ with .Get "caption" }}
<div class="quote-author">{{.}}</div>
{{ end }}
</aside>
</div>