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

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