Skip to content

Instantly share code, notes, and snippets.

View adrienj's full-sized avatar

Adrien J adrienj

View GitHub Profile
/*
* default
*/
module.exports = function (req, res, met) {
this.mvc.langFile('default');
var src = this.mvc.template('index', {'user':['pingouchoux']});