{{ partial "head.html" . }}
{{ i18n "skip_to_content" }}
{{ partial "header.html" . }}
{{ block "main" . }}{{ end }}
{{ partial "footer.html" . }} {{/* one fingerprinted bundle: the hash changes whenever any script changes, so the long browser/proxy cache can never serve a stale build. order is preserved (deferred IIFEs run in sequence). */}} {{ $js := slice (resources.Get "js/cursor.js") (resources.Get "js/shell.js") (resources.Get "js/filebrowser.js") (resources.Get "js/player.js") (resources.Get "js/nav.js") (resources.Get "js/boot.js") | resources.Concat "js/bundle.js" | minify | fingerprint }}