You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
393 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <odoo>
  3. <template id="digest_layout_preview" name="Mail digest layout preview">
  4. <style>
  5. #digest_layout_wrapper {
  6. max-width: 600px;
  7. margin: 0 auto;
  8. border: 1px dashed #ddd;
  9. padding: 4em;
  10. }
  11. </style>
  12. <div id="digest_layout_wrapper">
  13. <t t-raw="digest_html" />
  14. </div>
  15. </template>
  16. </odoo>