mailtrain/server/views/archive/layout-wrapped.hbs
Tomas Bures 2edbd67205 New project structure
Beta of extract.js for extracting english locale
2018-11-18 15:38:52 +01:00

18 lines
273 B
Handlebars

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" href="/static/favicon.ico">
<title>Mailtrain</title>
<link rel="stylesheet" href="/static/css/narrow.css">
</head>
<body>
{{{body}}}
{{> tracking_scripts}}
</body>
</html>