Introduction
Including sub-views lets you reuse small parts of your page easily. It helps keep your code clean and organized.
You want to show the same header on many pages.
You have a footer that appears on every page.
You want to split a big page into smaller parts for easier editing.
You want to reuse a form or button design in multiple places.