/modules/mod_base/templates/email_base.tpl

https://code.google.com/p/zotonic/ · Smarty Template · 22 lines · 18 code · 4 blank · 0 comment · 0 complexity · b857866b811b74e8e78506757320ee2b MD5 · raw file

  1. <html>
  2. <head>
  3. <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  4. <title>{% block title %}A mail message from Zotonic{% endblock %}</title>
  5. <base href="http://{{ m.site.hostname }}/" />
  6. <base target="_blank" />
  7. </head>
  8. <body>
  9. {% block body %}
  10. <p>Lectori Salutem,</p>
  11. <p>
  12. This is the base message. When you receive this text then the template builder did not
  13. overrule the <em>body</em> block.
  14. </p>
  15. <p>Kind Regards, Zotonic.</p>
  16. {% endblock %}
  17. </body>
  18. </html>