{{ if not .Params.disable_chapters }}
{{ if .NextInSection }} {{ with .NextInSection }} 👈 {{ .Title }} {{ end }} {{ else if (eq .Params.weight 1) }} Intro 🏁 {{ end }}
{{ if .PrevInSection }} {{ with .PrevInSection }} {{ .Title }} 👉 {{ end}} {{ else }} {{ end }}
{{ end }}