I am trying to save this page template but it keeps giving me this error.  I don’t see any html error.  Here’s the error message:
 
Compilation failed
TAL.HTMLParser.HTMLParseError: EOF in middle of construct, at line 7, column 5

 

And here is my code.

 

<html>

<head>

<title tal:content="template/title">The title</title>

</head>

<body><p>

<table border="0" cellpadding="0" cellspacing="0">

<tr><td colspan="100%> <img src="images/header.jpg" width="760" height="122"> </td></tr>

<tr>

 <td><dtml-var 4golf_menu></td>

 <td>testing content </td>

</tr>

</table>

<dtml-var standard_html_footer>

</p>

</body>

</html>