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

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