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

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