summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/div.html
blob: 0c0b755dfa16bfcb4fb5b3cfaf6a22b871025fa2 (plain)
1
2
3
4
{{ if .Get "class" }}
<div class="{{ with .Get "class" }}{{ . }}{{ end }}">
{{ end }}