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

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