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

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