13 lines
305 B
Plaintext
13 lines
305 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<style></style>
|
|
</head>
|
|
<body dir="<%= TextUtils.rtl?(yield) ? 'rtl' : 'auto' %>">
|
|
<%= yield %>
|
|
<%= render partial: 'shared/mailer_attribution' %>
|
|
</body>
|
|
</html>
|