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

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