Files
toha/layouts/partials/helpers/get-hero.html
T
2020-04-20 01:59:01 +06:00

6 lines
131 B
HTML

{{ $heroImage:= "/assets/images/default-hero.jpg"}}
{{ if .hero }}
{{ $heroImage = .hero }}
{{ end }}
{{ return $heroImage }}