summaryrefslogtreecommitdiff
path: root/themes/archie/layouts/shortcodes/callout.html
blob: 5557aad67e91e8134c133e0905de612b68994cad (plain)
1
2
3
4
5
6

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