PostgreSQL
coub
express.js
freeware
git
jquery
laravel
links
linux
macos
mysql
node.js
php
powershell
python
ubuntu
vim
virtualbox
анекдот
блог
игры
интересно
стихи
цитаты
You have to
login
to post a new comment.
Express.js: .jade template to string
May 02, 2013
Наверное не нужно объяснять зачем это нужно.
test1.js
test1.jade
test1.js
exports.test1 = function(req, res){ res.render('test1', { title: 'test1' }, function(err, body) { console.log(body); }); res.send('wooo'); };
test1.jade
div = title p hello world!
Comments
No comments here yet.