Files
wedding/app/views/layouts/mailer.html.erb
John Lees-Miller 6e82ba528b Make open source
2018-10-27 16:46:26 +01:00

11 lines
161 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<%= yield %>
</body>
</html>