5 lines
131 B
HTML
5 lines
131 B
HTML
{{ $heroImage:= "/assets/images/default-hero.jpg"}}
|
|
{{ if .hero }}
|
|
{{ $heroImage = .hero }}
|
|
{{ end }}
|
|
{{ return $heroImage }}
|