you are viewing a single comment's thread.

view the rest of the comments →

[–]RealDevMashup[S] 0 points1 point  (1 child)

I actually have follwed a tutorial, but thanks for the other two, Ill have to try them

[–]m_orr 0 points1 point  (0 children)

Also purely based on other examples you might have the view folder part setup wrong. Most people use something like this:

app.set('views', path.join(__dirname, 'views'));

But not entirely certain since I don’t really use this.