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

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