mirror of https://github.com/onweru/compose.git

weru
21.01.2023 747b3ce5e0e4a8a4087e35ff553628722a49d4cb
1
2
3
4
{{- $type := .Get 0 }}
<div class="tip{{ with $type }} tip_{{ . }}{{ end }}">
  {{ markdownify .Inner }}
</div>