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

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