compose-theme/layouts/shortcodes/tip.html

5 lines
112 B
HTML
Raw Normal View History

2024-07-26 17:08:59 +02:00
{{- $type := .Get 0 }}
<div class="tip{{ with $type }} tip_{{ . }}{{ end }}">
{{ markdownify .Inner }}
</div>