8 lines
119 B
Plaintext
8 lines
119 B
Plaintext
<html>
|
|
<head>
|
|
<title><%= @email.subject %></title>
|
|
</head>
|
|
<body>
|
|
<%= @inner_content %>
|
|
</body>
|
|
</html> |