Files
sharedinbox/website/themes/PaperMod/layouts/404.html
T
Thomas SharedInbox 58f1a4da42 feat(website): vendor PaperMod theme, remove git submodule (#125)
Replace the git submodule with directly tracked files so that
`git commit .` no longer fails with 'does not have a commit
checked out'. Removed .github/ from the vendored copy since
upstream CI workflows are not needed here.
2026-05-21 10:21:09 +02:00

4 lines
85 B
HTML

{{- define "main" }}
<div class="not-found">404</div>
{{- end }}{{/* end main */ -}}