mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-12 18:21:38 -05:00
14 lines
229 B
Text
14 lines
229 B
Text
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
|
<style>
|
||
|
|
/* Email styles need to be inline */
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body>
|
||
|
|
<%= yield %>
|
||
|
|
</body>
|
||
|
|
</html>
|