Files
pocket-id-pocket-id-2/backend/resources/email-templates/components/email_html.tmpl
2025-01-03 15:12:07 +01:00

15 lines
287 B
Cheetah

{{ define "root" }}
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{{ template "style" . }}
</head>
<body>
<div class="container">
{{ template "base" . }}
</div>
</body>
</html>
{{ end }}