7 lines
101 B
CoffeeScript
Executable File
7 lines
101 B
CoffeeScript
Executable File
module.exports=
|
|
|
|
dropbox: (req, res)->
|
|
res.render "info/dropbox",
|
|
title: 'Dropbox with LaTeX'
|
|
|