29 lines
925 B
HTML
29 lines
925 B
HTML
name = "Empty layout birzha"
|
|
==
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap" rel="stylesheet">
|
|
<title>Email template</title>
|
|
<style type="text/css">
|
|
@media screen and (max-width: 450px) {
|
|
.title {
|
|
width: calc(100% - 54px);
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body style="font-family: 'Poppins', sans-serif; font-size: 14px; color: #000; line-height: 1.4; font-weight: 400; background: #fff; position: relative; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased;">
|
|
|
|
{{ content|raw }}
|
|
</body>
|
|
|
|
</html> |