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

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