Partials
The last thing we need to do on this page is edit the top menu bar. It’s still standard, but if you click on it, you will see the borders are green instead of purple like the other components. This indicates that this component is a partial. So, what is a partial?
A partial is a component that can live on multiple pages but always looks the same on each page that you put it. So, when you change a partial, that change will take effect on each page that you use it on. That makes a partial ideal as a menu, for example, because it needs to look the same on each page that you use it on, or a footer, for example, because that is usually also the same on most pages.
If you want to edit a partial, you’ll be brought to the partial editor. Since the partial itself can consist of different components, it needs to be edited in the partial editor. This ensures that the changes that are being made take effect on each page that it is used on. Let’s make a change...