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

Lauris BH
16.39.2023 14357bb3e16755bc8ea8aea61d77a8db1151b99d
1
2
3
4
{{- $type := .Get 0 }}
<div class="tip{{ with $type }} tip_{{ . }}{{ end }}">
  {{ markdownify .Inner }}
</div>