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

Leo Heitmann Ruiz
20.27.2024 bfbcc70b98e252d2e52804351b6650d527de122d
1
2
3
4
{{- $type := .Get 0 }}
<div class="tip{{ with $type }} tip_{{ . }}{{ end }}">
  {{ markdownify .Inner }}
</div>