ORIENT/modules/system/views/mail/default.htm

15 lines
225 B
HTML

name = "Default layout"
==
{{ content|raw }}
==
<html>
<head>
<style type="text/css" media="screen">
{{ css|raw }}
</style>
</head>
<body>
{{ content|raw }}
</body>
</html>