{{ define "navigation" }} {{ end }} {{ define "hero" }} {{ end }} {{ define "main" }} {{ $pictures := .Site.Data.pictures }} {{ range $item := $pictures }}

{{ $item.content }}

{{ range $tag := $item.tags }} {{ if eq (index $tag 0) "imeta" }}
{{ $imetaText := index $tag 1 }} {{ $words := split $imetaText " " }} {{ range $word := $words }} {{ if hasPrefix $word "http" }} {{ end }} {{ end }}
{{ end }} {{ end }}
{{ end }}
{{ debug.Dump $pictures }}
{{ end }} {{ define "footer"}} {{ end }}