erynwells.me/layouts/shortcodes/section.html

3 lines
84 B
HTML

<section {{ with .Get "class" }}class="{{ . }}"{{ end }}>
{{ .Inner }}
</section>