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

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

@@ -0,0 +1,17 @@
<mjml>
<mj-head>
<mj-include path="./partials/style.mjml" />
</mj-head>
<mj-body css-class="emailBody" width="660px">
<mj-wrapper mj-class="email" border-radius="0">
<mj-section padding="24px" border-top="1px solid #E5E5E5" border-left="1px solid #E5E5E5" border-right="1px solid #E5E5E5">
<mj-column>
<mj-image mj-class="logo" src="{{.Props.SiteURL}}/static/images/logo_email_dark.png" />
</mj-column>
</mj-section>
<mj-include path="./partials/cloud_title_3subtitles_button.mjml" />
<mj-include path="./partials/cloud_laptop_warning.mjml" />
<mj-include path="./partials/cloud_questions_hr_email_footer.mjml" />
</mj-wrapper>
</mj-body>
</mjml>