We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f4821 commit 8b05fa8Copy full SHA for 8b05fa8
website/issues/html/_generic.404.html
@@ -1,9 +1,14 @@
1
-<html>
2
-<head>
3
-<title>Item Not Found</title>
4
-</head>
+<!-- dollarId: issue.item,v 1.4 2001/08/03 01:19:43 richard Exp dollar-->
+<tal:block metal:use-macro="templates/page/macros/icing">
+ <title metal:fill-slot="head_title">
+ Item Not Found
5
+ </title>
6
+ <tal:block metal:fill-slot="body_title">
7
8
+ </tal:block>
9
-<body>
-There is no <span tal:content="context/_classname" /> with id <span tal:content="context/id"/>
-</body>
-</html>
10
+<td class="content" metal:fill-slot="content">
11
+ There is no <span tal:content="context/_classname" /> with id
12
+ <span tal:content="context/id"/>
13
+</td>
14
+</tal:block>
0 commit comments