Doug Lauder
2023-03-22 17:22:27 -04:00
коммит произвёл GitHub
родитель b61c096497
Коммит c943ed6859
13276 изменённых файлов: 1695615 добавлений и 223189 удалений

21
server/templates/reset_body.mjml Обычный файл
Просмотреть файл

@@ -0,0 +1,21 @@
<mjml>
<mj-head>
<mj-include path="./partials/style.mjml" />
</mj-head>
<mj-body css-class="emailBody" background-color="#FFFFFF">
<mj-wrapper mj-class="email">
<mj-include path="./partials/logo.mjml" />
<mj-include path="./partials/header.mjml" />
<mj-section padding="0px">
<mj-column>
<mj-image src="{{.Props.SiteURL}}/static/images/forgot_password_illustration.png" width="312px" padding="0px" />
<mj-text css-class="info" padding="0px">
{{.Props.Info}}
</mj-text>
</mj-column>
</mj-section>
<mj-include path="./partials/questions_footer.mjml" />
<mj-include path="./partials/email_footer.mjml" />
</mj-wrapper>s
</mj-body>
</mjml>