In this chapter, we have used what we have already learned with views to create some simple filtering displays that allowed us to filter our content that we output into a grid and gave the ability to upload YouTube videos into our content.
We have used a contrib module called Panels and looked at how we can control user access and show different displays to users based off their user role, all without touching one line of code.
Finally in our last chapter we will look at decoupling Drupal and using it just to store our content, so that we can output it to a static HTML frontend.