mirror of https://github.com/onweru/compose.git
layouts/shortcodes/column.html @@ -1,4 +1,4 @@ {{- $modifier := .Get 0 -}} <div {{- with $modifier }} class='{{ . }}'{{ end }}> <div {{- with $modifier }} class="{{ . }}"{{ end }}> {{- .Inner | markdownify -}} </div>