hugo-theme-lowtech/layouts/shortcodes/grid.html

4 lines
143 B
HTML
Raw Permalink Normal View History

2020-02-26 23:41:42 +01:00
{{ $class := .Get "class" }}
{{ $body := .Get "text" | default .Inner }}
<div class="grid{{ with $class }} {{ . }}{{ end }}">{{ $body }}</div>