compose-theme/layouts/shortcodes/tip.html
2024-07-26 17:08:59 +02:00

4 lines
112 B
HTML

{{- $type := .Get 0 }}
<div class="tip{{ with $type }} tip_{{ . }}{{ end }}">
{{ markdownify .Inner }}
</div>