Guest User

Untitled

a guest
Jul 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <metal:macro metal:define-macro="page">
  2. <html metal:use-macro="context/main_template/macros/master"
  3. i18n:domain="my.theme">
  4.  
  5. <div metal:fill-slot="body">
  6. <!-- PUT HTML STUFF HERE -->
  7. <!-- example: <tal:body replace="structure context/getText" /> -->
  8. </div>
  9.  
  10. </html>
  11. </metal:macro>
Add Comment
Please, Sign In to add comment