hugo-theme-archie/layouts/shortcodes/callout.html

6 lines
98 B
HTML

<div class="callout" style="">
<div class="callout-inner">
{{ .Get "text" }}
</div>
</div>