Skip to content

Commit 8b05fa8

Browse files
committed
Update from current classic template. Change includes page
layout. See 1.5.1 -> 1.6.0 upgrade instructions.
1 parent 28f4821 commit 8b05fa8

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed
Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
<html>
2-
<head>
3-
<title>Item Not Found</title>
4-
</head>
1+
<!-- dollarId: issue.item,v 1.4 2001/08/03 01:19:43 richard Exp dollar-->
2+
<tal:block metal:use-macro="templates/page/macros/icing">
3+
<title metal:fill-slot="head_title">
4+
Item Not Found
5+
</title>
6+
<tal:block metal:fill-slot="body_title">
7+
Item Not Found
8+
</tal:block>
59

6-
<body>
7-
There is no <span tal:content="context/_classname" /> with id <span tal:content="context/id"/>
8-
</body>
9-
</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

Comments
 (0)