mailtrain/mvis/test-embed/views/layout.hbs

10 lines
145 B
Handlebars
Raw Normal View History

2018-12-25 19:13:32 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Test EVIF embed</title>
</head>
<body>
{{{ body }}}
</body>
</html>