Skip to content

Instantly share code, notes, and snippets.

@carimura
Created June 11, 2012 19:27
Show Gist options
  • Select an option

  • Save carimura/2912142 to your computer and use it in GitHub Desktop.

Select an option

Save carimura/2912142 to your computer and use it in GitHub Desktop.
app/views/layouts/email.html.erb
<!DOCTYPE html>
<html>
<head><title></title></head>
<body>
<%= yield %>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment