Files
www.doublefourteen.io/layouts/shortcodes/div.html
Lorenzo Cogotti 64781e5420 [*] Initial commit
2021-07-19 16:05:53 +02:00

6 lines
162 B
HTML

<div class="{{ .Get "class" }}" style="{{ .Get "style" | safeCSS }}">
{{ with .Get "title" }}
<h1 class="section-title">{{ . }}</h1>
{{ end }}
{{ .Inner }}
</div>