{{- $page := .page }} {{- $outputFormat := .outputFormat }} {{- if not $page }} {{- $page = . }} {{- $outputFormat = partial "output-format.hugo" $page }} {{- end }} {{- with $page }} {{- $assetBusting := not .Site.Params.disableAssetsBusting }} {{ "" | safeHTML }} {{- $themevariants := slice | append (.Site.Params.themeVariant | default "relearn-light" ) }} {{- with index $themevariants 0 }} {{- end }} {{- $f := printf "/static/css/format-%s.css" $outputFormat }} {{- if partialCached "fileExists.hugo" $f $f }} {{- end }} {{- end }}