Skip to content
Snippets Groups Projects
hero-single.html 195 B
Newer Older
alexisben's avatar
alexisben committed
{{- $title := or .Params.header_text .Title -}}
alexisben's avatar
alexisben committed
{{ partial "header/hero.html"
      (dict
        "title" $title
        "context" .
        "hero_complement" "programs/essential.html"
      )}}