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

weru
21.01.2023 747b3ce5e0e4a8a4087e35ff553628722a49d4cb
1
2
3
4
{{- $modifier := .Get 0 -}}
<div {{- with $modifier }} class="{{ . }}"{{ end }}>
 {{- .Inner | markdownify -}}
</div>