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

weru
04.24.2020 98fd0482bf4e20ab7c3150d2b63a864955a130f5
1
2
3
4
{{- $modifier := .Get 0 -}}
<div {{- with $modifier }} class='{{ . }}'{{ end }}>
 {{- .Inner | markdownify -}}
</div>