github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/doc/themes/docsy/layouts/partials/print/toc-li.html (about) 1 {{ $tpl := printf "print/toc-li-%s.html" .Page.Type }} 2 {{ if templates.Exists (printf "partials/%s" $tpl) }} 3 {{ partial $tpl . }} 4 {{ else -}} 5 <li>{{ .sid}}: <a href="#pg-{{.Page.File.UniqueID}}">{{ .Page.Title }}</a></li> 6 {{ end }}