Files
hugo-theme-lowtech/layouts/shortcodes/grid.html
2020-02-26 23:44:15 +01:00

4 lines
143 B
HTML

{{ $class := .Get "class" }}
{{ $body := .Get "text" | default .Inner }}
<div class="grid{{ with $class }} {{ . }}{{ end }}">{{ $body }}</div>