browser-mjml-head-title

browser-mjml-head-title

Usage no npm install needed!

<script type="module">
  import browserMjmlHeadTitle from 'https://cdn.skypack.dev/browser-mjml-head-title';
</script>

README

mj-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>

try it live