{{ define "return-link" }} {{ $sectionnb := .sectionnb }} {{ end }} {{ define "main" }} {{ $chapternb := index (findRESubmatch `^0*(\d+)` .File.Dir) 0 1 }} {{ $sectionnb := index (findRESubmatch `^0*(\d+)` .File.BaseFileName) 0 1 }}
{{ template "return-link" (dict "context" . "sectionnb" $sectionnb) }}

{{ $chapternb }}.{{ $sectionnb }}. {{ .Title }}

{{- .Content -}} {{ template "return-link" (dict "context" . "sectionnb" $sectionnb) }}
{{ end }}