{{ $theses := where .Site.Pages "Params.type" "thesis" }}
{{ $ch1 := "on logic" }}
{{ $ch2 := "on free will"}}
{{ if eq .Title "theses" }}
{{ .Title }}
{{ end }}
{{ lower $ch1 }}
{{ range (where $theses "Params.chapter" $ch1).ByParam "section" }}
{{ .Title }}
{{ end }}
{{ lower $ch2 }}
{{ range (where $theses "Params.chapter" $ch2).ByParam "section" }}
{{ .Title }}
{{ end }}