UNPKG

906 BHTMLView Raw
1<import: src="./403">
2<import: src="./404">
3<import: src="./500">
4
5<!--
6 This is a static template file, so it doesn't have an associated app.
7 It is rendered by the server via a staticPages renderer.
8
9 Since static pages don't include the Derby client library, they can't have
10 bound variables that automatically update. However, they do support initial
11 template tag rendering from a context object and/or model.
12-->
13
14<Head:>
15 <!-- This script is needed for Chrome, which doesn't go to the server
16 to get the page when the user clicks back if using push/pop state -->
17 <script>
18 window.onpopstate = function(e) {
19 var method = e.state && e.state.$method;
20 if (!method) return;
21 if (method === 'get') {
22 window.location = window.location;
23 } else {
24 window.history.back();
25 }
26 };
27 </script>
28
29<Title:>
30 Unknown error
31
32<Body:>
33 <h1>Unknown error</h1>