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

one
07.04.2020 439f823b9e0663d3762dc50981cb8e9b71ca2b24
1
2
3
4
{{- $modifier := .Get 0 -}}
<div {{- with $modifier }} class='{{ . }}'{{ end }}>
 {{- .Inner | markdownify -}}
</div>