Skip to content

Instantly share code, notes, and snippets.

@kraih
Created January 6, 2011 05:45
Show Gist options
  • Save kraih/767572 to your computer and use it in GitHub Desktop.
Save kraih/767572 to your computer and use it in GitHub Desktop.
@@ cookies.html.ep
% title 'We love cookies!';
% layout 'tasty';
Mmmmmmmm... chocolate chips!
@@ layouts/tasty.html.ep
<!doctype html><html>
<head><title><%= title %></title></head>
<body><%= content %></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment