mailtrain/server/views/archive/layout-wrapped.hbs

19 lines
286 B
Handlebars
Raw Normal View History

2018-09-27 10:34:54 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" href="{{publicPath}}static/favicon.ico">
2018-09-27 10:34:54 +00:00
<title>Mailtrain</title>
<link rel="stylesheet" href="/static/css/narrow.css">
</head>
<body>
{{{body}}}
{{> tracking_scripts}}
</body>
</html>