chore: server-and-serverless template
This commit is contained in:
13
emails/partials/layout.html
Normal file
13
emails/partials/layout.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!doctype html>
|
||||
<html lang="{{locale}}">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>{{subject}}</title>
|
||||
</head>
|
||||
<body style="margin:0;padding:0;background:{{theme.colors.canvas}};font-family:{{theme.fonts.body}};">
|
||||
<div style="max-width:560px;margin:0 auto;padding:32px 16px;">
|
||||
{{content}}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user