{{ define "banner" }} {{ $blogPosts := .Paginator.Pages }} {{ $firstBlog := (index $blogPosts 0) }} {{ if and (isset $firstBlog.Params "featuredimage") (ne $firstBlog.Params.featuredimage "") }}
{{- htmlUnescape (plainify (safeHTML (substr $firstBlog.Summary 0 397))) -}}...
{{ else }}{{- htmlUnescape (plainify (safeHTML $firstBlog.Summary)) -}}
{{ end }}