{{ define "main" }}
syllabus ⦚ {{ .Site.Home.Title }}
    {{ range .Site.Home.Params.has_topics }} {{ with $.GetPage (printf "%s%s" "/topic/" . ) }}
  • > {{ .Title }}
  • {{ end }} {{ end }}
{{ range .Site.Home.Params.has_topics }} {{ with $.GetPage (printf "%s%s" "/topic/" . ) }}
topic ⦚ {{ .Title }}
topic ⦚ {{ .Title }}
    {{ range .Params.has_sessions }} {{ with $.GetPage (printf "%s%s" "/session/" . ) }}
  • > {{ .Title }}
  • {{ end }} {{ end }}
{{ .Content }}
{{ range .Params.has_sessions }} {{ with $.GetPage (printf "%s%s" "/session/" . ) }}
session ⦚ {{ .Title }}
session ⦚ {{ .Title }}
{{ .Content }}
{{ end }} {{ end }} {{ end }} {{ end }} {{ end }}