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.

5 lines
374 B

  1. This module was written to allow you to write email templates in QWeb instead
  2. of jinja2. The advantage here is that with QWeb, you can make use of
  3. inheritance and the ``call`` statement, which allows you to reuse designs and
  4. snippets in multiple templates, making your development process simpler.
  5. Furthermore, QWeb views are easier to edit with the integrated ACE editor.