mason
Version:
simple, fun, static-file builder for jade, stylus, and javascript
3 lines • 378 B
HTML
<html><head></head><h1>Test.jade</h1><p>This should be compiled into a static .html file</p><p>This is included content (changed!)</p><script src="compiled/page.js"></script><p>A and B should both be defined:</p><p>This is a nested partial with new text.</p><script>document.write('A = ' + A);
document.write('<br />');
document.write('B = ' + B);</script></html>