{{ $favicon := "assets/img/favicon.ico" }}
{{ partial "matomo.html" . }}
{{ partial "header.html" . }}
{{ $page := replaceRE "(^docs/.*/celix/)" "" .Page.File.Path }} {{ if isset .Params "version" }} {{ $vers := .Param "version" }} {{ if eq $vers .Site.Params.latestVersion }}
Edit on GitHub
{{ end }} {{ else }}
Edit on GitHub
{{ end }} {{ if isset .Params "version" }} {{ $version := .Param "version" }}
<< back to documentation
{{ else }} {{ $version := .Site.Params.latestVersion }}
<< back to documentation
{{ end }} {{ block "main" . }}{{ end }}
{{ partial "footer.html" . }}