docs/pkg/help/templates/404.html
Snider 6b0443c6f7 feat: import go-help library as pkg/help
All source, tests, and templates from forge.lthn.ai/core/go-help.
94% test coverage preserved. All tests pass.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 16:30:16 +00:00

10 lines
400 B
HTML

{{define "title"}}Not Found - Help{{end}}
{{define "content"}}
<div style="text-align: center; margin-top: 4rem;">
<h1 style="font-size: 3rem; border: none; color: var(--fg-muted);">404</h1>
<p style="font-size: 1.1rem; color: var(--fg-muted);">Topic not found.</p>
<p style="margin-top: 1.5rem;">
<a href="/">Browse all topics</a> or try searching above.
</p>
</div>
{{end}}