Rocket/examples/templating/templates/tera/error/404.html.tera

12 lines
216 B
Plaintext
Raw Normal View History

2017-05-16 22:14:46 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>404 - tera</title>
2017-05-16 22:14:46 +00:00
</head>
<body>
<h1>404: Hey! There's nothing here.</h1>
The page at {{ path }} does not exist!
</body>
</html>