salix/services/mailer/application/template/notification-alias/index.html

33 lines
795 B
HTML
Raw Normal View History

2017-07-06 09:05:26 +00:00
<!DOCTYPE html>
<html lang="es">
<head>
<title>{{_.subject}}</title>
<meta charset="utf8"/>
</head>
<body>
2017-11-27 14:08:18 +00:00
<div class="wrapper">
<div class="container">
<!-- Header block -->
{{$.header}}
<!-- Header block end -->
2017-07-06 09:05:26 +00:00
2017-11-27 14:08:18 +00:00
<!-- Title block -->
<div class="title">
<h1>{{_.title}}</h1>
</div>
<!-- Title block end -->
2017-07-06 09:05:26 +00:00
2017-11-27 14:08:18 +00:00
<!-- Mail body block -->
<div class="body">
<p>{{_.hello}} <strong>#{{alias}}</strong></p>
<p>{{message}}</p>
</div>
<!-- Mail body block end -->
2017-07-06 09:05:26 +00:00
2017-11-27 14:08:18 +00:00
<!-- Footer block -->
{{$.footer}}
<!-- Footer block end -->
</div>
2017-07-06 09:05:26 +00:00
</div>
</body>
</html>