Back to Velero

Table

site/layouts/shortcodes/table.html

1.18.0263 B
Original Source

{{ $hasCaption := isset .Params "caption" }} {{ $caption := .Get "caption" }} {{ $captionEl := printf "

%s" $caption }} {{ $table := .Inner | .Page.RenderString }} {{ $html := cond $hasCaption ($table | replaceRE "

" $captionEl) $table | safeHTML }} {{ $html }}