salix/services/mailer/application/template/sepa-core/index.html

35 lines
857 B
HTML
Raw Normal View History

2017-10-24 22:38:02 +00:00
<!DOCTYPE html>
<html lang="es">
<head>
<title>{{_.subject}}</title>
<meta charset="utf8"/>
</head>
<body>
<div class="wrapper">
<div class="container">
2017-11-27 14:08:18 +00:00
<!-- Header block -->
{{$.header}}
<!-- Header block end -->
2017-10-24 22:38:02 +00:00
<!-- Title block -->
<div class="title">
<h1>{{_.title}}</h1>
</div>
<!-- Title block end -->
<!-- Mail body block -->
<div class="body">
2017-11-27 14:08:18 +00:00
<p>{{_.dear}}</p>
<p>{{_.bodyDescription}}</p>
<p>{{_.conclusion}}</p>
{{{previewAttachments}}}
2017-10-24 22:38:02 +00:00
</div>
<!-- Mail body block end -->
2017-11-27 14:08:18 +00:00
<!-- Footer block -->
{{$.footer}}
<!-- Footer block end -->
2017-10-24 22:38:02 +00:00
</div>
</div>
</body>
</html>