Docs > Tags > include
The <content:include> tag is used as a placeholder for swappable server-side includes. You only need to use it in cases where authors need to be able to choose which include page should be used on a given page.
Example
In this example, there is a default file that should be included. However, page authors will be able to choose a different include instead.<content:include path="global/navigation.html"/>



