Skip to content

Instantly share code, notes, and snippets.

@juno
Created June 29, 2010 04:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juno/456784 to your computer and use it in GitHub Desktop.
Save juno/456784 to your computer and use it in GitHub Desktop.
// Jaml(http://github.com/edspencer/jaml) practice.
var sys = require('sys');
require('./Jaml-all');
Jaml.register('simple', function() {
div(
h1("Hello")
);
});
sys.puts(Jaml.render('simple'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment