Using MJML In Dittofeed’s Template Editor
A MJML document starts with a<mjml> tag. It can contain only <mj-head> and <mj-body> tags, which serve the same purpose of <head> and <body> tags in HTML documents.
<mj-image> tag, and a <mj-divider> separating the image from the text. The <mj-text> tag is rendering a Liquid object property called user.firstName. The result looks like this:

MJML’s documentation.

