<mjml>
  <mj-head>
    <mj-title>
      <%-lng(locals.title)%>
    </mj-title>
    <mj-font name="Roboto"
      href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500"></mj-font>
    <mj-attributes>
      <mj-all font-family="Roboto, Montserrat, Helvetica, Arial, sans-serif"></mj-all>
      <mj-text font-weight="400"
        font-size="14px"
        color="#424141"
        line-height="24px"></mj-text>
      <mj-section padding="0px"></mj-section>
    </mj-attributes>
    <mj-style inline="inline">
      <%-locals.style%>
    </mj-style>
  </mj-head>
  <mj-body background-color="#F2F2F2">

    <%-template('_layout/header')%>
      <mj-wrapper css-class="content">
        <%-template(templatePath)%>
      </mj-wrapper>
      <%-template('_layout/footer')%>
  </mj-body>
</mjml>