Back to Go Micro

Section

internal/website/layouts/_shortcodes/blocks/section.html

6.9.0218 B
Original Source

{{- /* .Inner is consumed by the blocks/block.html partial via $ctx */ -}} {{- $_ := .Inner -}} {{ partial "blocks/block.html" (dict "ctx" . "type" (.Get "type" | default "container") "padding" (.Get "padding")) -}}