In order to view this lesson, you must purchase this course.
We are now ready to move onto the phase of our web application which is to build out a user searching page. Before I show you how to list our users, let's first create a navigation system for our site. The navigation will simply include a navigation bar at the top containing a few anchor tags. In order to share this code across pages, we'll place this in a partial and import it using Sails partial feature. Enjoy.