August 2016
Intermediate to advanced
376 pages
6h 33m
English
In this section, we will use the same view files used in Chapter 01 for the following files:
views / partials / javascripts.ejsviews / partials / stylesheets.ejsviews / pages / login.ejsviews / pages / signup.ejsviews / pages / profile.ejsviews / pages / index.ejsviews / pages / comments.jsviews / pages / error.ejsAs previously commented, you can download these files from the Packt website or the official GitHub repository of the book.
In addition to these files, we will create the views files for the photos and videos page, and add these routes to the application menu:
footer.ejs inside the views/partials folder and add the following code:<footer class="footer"> <div class="container"> <span>© 2016. ...