Skip to content

Instantly share code, notes, and snippets.

@adamcheasley
Created March 21, 2013 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamcheasley/5212058 to your computer and use it in GitHub Desktop.
Save adamcheasley/5212058 to your computer and use it in GitHub Desktop.
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
xmlns:tal="http://xml.zope.org/namespaces/tal"
xmlns:metal="http://xml.zope.org/namespaces/metal"
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
lang="en"
metal:use-macro="context/main_template/macros/master"
i18n:domain="plone">
<body>
<metal:main fill-slot="content-core">
</metal:main>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment