You can also embed entire slots with the slot function
<%
slot('navigation')
%>
This will include the entire output of the /navigation path, equivalent to a
direct call to the navigation url in your browser. The slot function also takes
a context as second and the inner as third parameter.