6 lines
162 B
HTML
Raw Normal View History

2021-07-19 16:05:53 +02:00
<div class="{{ .Get "class" }}" style="{{ .Get "style" | safeCSS }}">
{{ with .Get "title" }}
<h1 class="section-title">{{ . }}</h1>
{{ end }}
{{ .Inner }}
</div>