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

20 lines
400 B
Plaintext
Raw Normal View History

2014-02-21 08:53:42 +02:00
<!doctype html>
<html lang="ru">
<head>
<title>{{title}}</title>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<style type="text/css">
{{{stylesheet}}}
</style>
</head>
<body>
<div class="container">
<div class = "main_content">
<h3>{{title}}</h3>
{{>content}}
</div>
</div>
</body>
</html>