Nested Page Components
- When the template engine finds a special tag marking an embedded component:
- It passes control to the run mode of that name.
- That run mode can then do whatever a normal run mode could do.
- Typically it loads its own template and returns the template's output.
- This output returned from the embedded run mode is inserted into the containing template.