Step by step - Title problem/Bug
I've created a new template this morning and charted the title bug....
Image 1 - Simple test page created with new template theme. Dreamweaver Title field ready to accept a value plus default editable regions in place to accept the entered title.
Image 2 - Test render of new page created showing it using the default title from the template.
Image 3 - Entering any value in the Title dialog text field in DW throws the shown error.
Image 4 - Forced title value placed in the editable region shown in source code. Also shown the resulting browser rendered view. Note NO title value passed or rendered and the value shows as value in the page body.
Conclusion : While it's not a problem to hand code this solution to work, it does show that there is a bug that does not allow the simple means of setting a title on a page that was created based on a Theme. This is a very simple test and default editable fields from DW should propagate to the Framework theme pages.
The content of the theme template even has the title region but something is prohibiting it all to come together.
Theme code:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- TemplateBeginEditable name="doctitle" --><!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
</head>
<body>
<!-- TemplateBeginEditable name="MainContent" --><!-- TemplateEndEditable -->
</body>
</html>