Skip to content

Instantly share code, notes, and snippets.

@kevsmith
Created November 23, 2008 20:14
Show Gist options
  • Save kevsmith/28189 to your computer and use it in GitHub Desktop.
Save kevsmith/28189 to your computer and use it in GitHub Desktop.
This template:
%html
%body[{class, "normal"}]
#message
Hello, world!
renders this output:
<html>
<body class="normal">
<div id="message">
Hello, world!
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment