Files
docuseal/app/views/layouts/mailer.html.erb
T
2024-01-07 14:19:21 +02:00

14 lines
269 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style>
</style>
</head>
<body dir="auto">
<%= yield %>
<%= render partial: 'shared/mailer_attribution' %>
</body>
</html>