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
add translation
weru
06.53.2021
39833cd9e020ca305766da9f3e16edc1928c1b61
[external-software/github_gohugo_theme_compose.git]
/
layouts
/
shortcodes
/
grid.html
1
2
3
4
5
{{- $grids := .Get 0 }}
{{- $modifiers := .Get 1 }}
<div class="grid-{{ $grids }}{{ with $modifiers }} {{ . }}{{ end }}">
{{ .Inner }}
</div>