github.com/masterhung0112/hk_server/v5@v5.0.0-20220302090640-ec71aef15e1c/templates/partials/questions_footer.mjml (about)

     1  <mj-raw>{{if .Props.SupportEmail}}</mj-raw>
     2  <mj-section padding="16px 0px 40px 0px">
     3    <mj-column>
     4      <mj-text css-class="footerTitle" padding="0px">
     5        {{.Props.QuestionTitle}}
     6      </mj-text>
     7      <mj-text css-class="footerInfo" padding="0px">
     8        {{.Props.QuestionInfo}}
     9        <a href="mailto:{{.Props.SupportEmail}}">
    10        {{.Props.SupportEmail}}</a>
    11      </mj-text>
    12    </mj-column>
    13  </mj-section>
    14  <mj-raw>{{end}}</mj-raw>