Running the example for Express in examples/express only renders the HTML in specific view files (eg. index.coffee) and doesn't place the rendered view into the layout.coffee @Body block as expected.
Steps:
- Install express, coffeecup
- coffee app.coffee
- Visit http://localhost:3000/
- View source -- shows only the h1 and p tags from index.coffee, not the entire HTML page.
[email protected]
[email protected]