Skip to content

Instantly share code, notes, and snippets.

@AVGP
Created December 10, 2012 21:41
Show Gist options
  • Save AVGP/4253635 to your computer and use it in GitHub Desktop.
Save AVGP/4253635 to your computer and use it in GitHub Desktop.
Template comparison
%html
%body
%h1
Hello,
%= name
<html>
<body>
<h1>Hello, {{name}}</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment