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
style youtube videos
weru
07.59.2020
5837ea4968ff59f2bc8020bddfbc4264eb94f91c
[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>