@use super::{header_html, footer_html};

@(path: String)

@:header_html(Some("Not Found"), None)

<h1>Not Found</h1>

<p>The path at <code>@path</code> could not be found. If you expected this path to exist, please <a href="https://github.com/Xe/site/issues/new">report this issue</a> so it can be fixed.</p>

@:footer_html()