internal/template/templates/common/layout.html
{{ define "base" }}
{{template "title" .}} - Miniflux {{ $cspNonce := nonce }} {{ csp .user $cspNonce | safeHTML }} {{ if .user -}} {{ if .user.Stylesheet -}} {{ end -}} {{ if .user.CustomJS -}} {{ end -}} {{ end -}} {{ if .user }} {{ t "skip_to_content" }} {{ end }} {{ if .flashMessage }} {{ .flashMessage }} {{ end }} {{ if .flashErrorMessage }} {{ .flashErrorMessage }} {{ end }} {{template "page_header" .}} {{template "content" .}} x
{{ t "page.keyboard_shortcuts.subtitle.sections" }}
{{ t "page.keyboard_shortcuts.subtitle.items" }}
{{ t "page.keyboard_shortcuts.subtitle.pages" }}
{{ t "page.keyboard_shortcuts.subtitle.actions" }}
{{ icon "read" }}{{ icon "unread" }}{{ icon "star" }}{{ icon "unstar" }}{{ icon "save" }}{{ end }}