{{ $page := . }}
{{ if ne (relLangURL "favicon.ico") "/favicon.ico" }}
{{ end }}
{{ partial "paige/link.html" (dict "href" "_paige/bootstrap/paige.scss" "page" $page "sass" true) }}
{{ partial "paige/link.html" (dict "href" "_paige/bootstrap-icons/bootstrap-icons.css") }}
{{ if or ($page.Param "paige.math") (and ($page.Param "paige.section_pages.full_pages") (where $page.Pages "Params.paige.math" "eq" true)) }}
{{ partial "paige/link.html" (dict "href" "paige/katex/katex.css") }}
{{ end }}
{{ if .AlternativeOutputFormats }}
{{ $title := partial "paige/title.html" $page }}
{{ range .AlternativeOutputFormats }}
{{ end }}
{{ end }}