archie-shades-of-purple/layouts/shortcodes/callout.html
2020-04-09 00:14:29 +05:30

6 lines
98 B
HTML

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