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

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