This commit is contained in:
2020-02-14 16:40:46 +01:00
parent 9a611bbf32
commit 49a69633ba
27 changed files with 356 additions and 120 deletions

View File

@ -0,0 +1,3 @@
{{ $class := .Get "class" }}
{{ $body := .Get "text" | default .Inner }}
<div class="grid{{ with $class }} {{ . }}{{ end }}">{{ $body }}</div>