<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"> <p tal:replace="structure options/cooked"> STX goes here. </p> </div> </div> </body> </html>