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

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