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

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