I want to create dwt file. I don't have Adobe Dreamweaver. So, I created manually. That is dwt file.
<html>
<head><title>Testing Template</title></head>
<body>
<table>
<tr>
<td>My name is Title.</td>
<td><!-- #BeginEditable "PageBody" --><!-- #EndEditable --></td>
</tr>
</table>
</body>
</html>
The following file is child file.
<html>
<head><title>Testing Template</title></head>
<body>
<div>
I am child.
</div>
</body>
</html>
I want to input div tag into the dwt file. How can I do that.