{{ define "title" }} {{ .Title }} – {{ .Site.Title }} {{ end }} {{ define "main" }} {{ $currentUrl := .RelPermalink }} {{ $tutorials := where site.Pages ".Layout" "tutorials" }} {{ $async := where $tutorials ".Params.group" "eq" "async" }} {{ $auth := where $tutorials ".Params.group" "eq" "auth" }} {{ $basic := where $tutorials ".Params.group" "eq" "basic" }}