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

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