JackDanger / binarytweet

The absurd conclusion of internet publishing

This URL has Read+Write access

binarytweet / web.js
100644 10 lines (7 sloc) 0.2 kb
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env jack
 
Johnson.require('init')
 
var render = function(template){
  Johnson.require("johnson/template")
  return Johnson.templatize(Ruby.File.read("views/"+template+".ejs"))
};
 
Jack.up()