cadey-printerfacts/templates/not_found.rs.html
Christine Dodrill 2f8debe859 use ructe
2020-07-16 16:10:59 -04:00

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()