{{ define "main" }}
{{ if eq .Params.type "pdf" }} {{ if eq .Section "cumulus-netq" }}

Cumulus NetQ v{{.Page.Params.version}} User Documentation

{{ end }} {{ if eq .Section "cumulus-linux" }}

Cumulus Linux v{{.Page.Params.version}} User Documentation

{{ end }} Cumulus Networks
{{ end }}
{{ if eq .Params.type "pdf" }} {{ range (where $.Site.Pages "Type" .Section) }} {{ if not .Params.pdfhidden }}

{{- .Title -}}

{{- .Content -}}
{{ end }} {{ end }} {{ end }} {{ end }}