Back to Go Micro

Hero

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

6.9.0242 B
Original Source

{{- /* .Inner is consumed by the blocks/block.html partial via $ctx */ -}} {{- $_ := .Inner -}} {{ partial "blocks/block.html" (dict "ctx" . "variant" "hero" "title" (.Get "title") "subtitle" (.Get "subtitle") "byline" (.Get "byline")) -}}