{{ define "main" }} {{ $json := getJSON "https://api.rss2json.com/v1/api.json?rss_url=https://medium.com/feed/jaegertracing" }} {{ $posts := first 100 $json.items }} {{ partial "home/hero.html" (dict "posts" $posts "title" site.Title "tagline" site.Params.tagline "latestVersion" site.Params.latest) }} {{ partial "home/why.html" . }} {{ partial "home/features.html" . }} {{ partial "home/articles.html" (dict "posts" $posts) }} {{ partial "home/contributing.html" . }} {{ partial "home/cncf.html" . }} {{ end }}