1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-07-05 08:04:27 +03:00
kangana/application/templates/email.mustache

21 lines
565 B
Plaintext
Raw Normal View History

2014-02-21 08:53:42 +02:00
<!doctype html>
<html lang="ru">
<head>
<title>{{subject}}</title>
2014-02-21 08:53:42 +02:00
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
</head>
<body>
<div class="container" style="margin: 20px;">
<h3>{{subject}}</h3>
<div class="email_link" style="font-size: 10px; margin-bottom: 10px">{{{view_link}}}</div>
<div class="row">
2014-02-21 08:53:42 +02:00
{{>content}}
</div>
2014-03-12 08:57:57 +02:00
<div class="row">
<div style="font-size: 10px; margin-bottom: 10px">{{{unsubscribe}}}</div>
</div>
2014-02-21 08:53:42 +02:00
</div>
</body>
</html>