dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_compose
mirror of
https://github.com/onweru/compose.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
purge file
weru
20.42.2020
7e72d3a3bdc8181b71b4f71f04bb4d0333f92ea5
[external-software/github_gohugo_theme_compose.git]
/
layouts
/
shortcodes
/
column.html
1
2
3
4
{{- $modifier := .Get 0 -}}
<div {{- with $modifier }} class='{{ . }}'{{ end }}>
{{- .Inner | markdownify -}}
</div>