{{ define "base" }} {{template "title" .}} - Miniflux {{ if and .user .user.Stylesheet }} {{ $stylesheetNonce := nonce }} {{ $containsNonce := contains .contentSecurityPolicy "nonce-%s" }} {{ if $containsNonce }} {{ noescape ( printf "" (printf .contentSecurityPolicy $stylesheetNonce ) ) }} {{ else }} {{ noescape ( printf "" .contentSecurityPolicy ) }} {{ end }} {{ else }} {{ end }} {{ if .user }} {{ t "skip_to_content" }}
{{ end }} {{ if .flashMessage }} {{ end }} {{ if .flashErrorMessage }} {{ end }} {{template "page_header" .}}
{{template "content" .}}
{{ end }}