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

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