@ecomailcz/mjml-head-title
v4.4.0-ecm-27
Published
@ecomailcz/mjml-head-title
Downloads
5
Readme
mjml-title
This tag allows you to set the title of an MJML document
<mjml>
<mj-head>
<mj-title>Hello MJML</mj-title>
</mj-head>
<mj-body>
<mj-section>
<mj-column>
<mj-text>
Hello World!
</mj-text>
</mj-column>
</mj-section>
</mj-body>
</mjml>