gurl_o/plugins/tps/birzha/views/mail/layout-system.htm

24 lines
538 B
HTML

name = "Sys layout birzha"
==
{{ content|raw }}
==
<!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">
<title>Document</title>
<style>
body {
background-color: coral;
}
</style>
</head>
<body>
<header>header - system layout - birzha</header>
<main>{{ content|raw }}</main>
<footer>footer - system layout - birzha</footer>
</body>
</html>