printerfacts/templates/not_found.rs.html

13 lines
168 B
HTML

@use super::{header_html, footer_html};
@()
@:header_html("Not Found")
<h1>Not Found</h1>
<p>This page does not exist!</p>
<a href="/">Go home</a>
@:footer_html()