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

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