hanami-mailer/spec/support/fixtures/templates/welcome_mailer.html.erb

9 lines
131 B
Plaintext

<!DOCTYPE html>
<html>
<body>
<h1>Hello World!</h1>
<%= greeting %>
<p>This is a html template</p>
</body>
</html>