{{ $entry := "" }} {{ $data := $.Site.Data.news.items }} {{ $slug := lower .Title }} {{ $slug := replace $slug " " "-" }} {{ range where $data "fields.slug" $slug }} {{ $entry := . }} {{ partial "header.html" . }} {{/* comment
ID = {{ $entry.sys.id }}
By {{ $entry.fields.author }}
{{ end }} {{ $entry.fields.body | markdownify}}