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

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