With <b:include> you can place the contents of another template inside another. It's useful to have the common elements of pages in their own files.
You may include templates that include templates as much as you want.
Attributes
file |
File name of the template to include. |
Examples
Example 1
This example attaches header.php file which is located at common_elements folder.
<b:include file="common_elements/header.php"/>

