hdngr / treehouse-express-basics

This repo features an express app to serve as demo in the Express Basics course on Treehouse.
23 stars 49 forks source link

From branch addingPartials onward, the pipes in the templates cause an error #5

Open jdhines opened 8 years ago

jdhines commented 8 years ago

Here is the error:

Error: src/templates/index.jade:7
   5|     .header-content-inner
   6|       h1 Fitness meets data science.
 > 7|       |
   8|       hr
   9|       |
   10|       p

unexpected text |

Using Jade 1.11.0, Express 4.13.3, Node 0.12.7, and npm 2.11.3, which, except for node and npm, which I already had installed, were just the latest versions installed when following the course.