<html xmlns:tal="http://xml.zope.org/namespaces/tal" xmlns:metal="http://xml.zope.org/namespaces/metal" metal:use-macro="here/main_template/macros/master"> <body> <div metal:fill-slot="main"> <div class="Desktop"> <h2 tal:content="here/getId">Document Title</h2> <div tal:condition="request/portal_status_message | nothing" tal:content="request/portal_status_message" class="error"></div> </div> </div> </body> </html>