Frontend Developer Manual / Version 2207
Table Of ContentsThis brick adds support for dynamic-include functionality of the CAE to load and render a fragment from the CAE in a website and replace the placeholder DOM element. It includes templates, SCSS and JavaScript.
Using the Brick
Add the brick as a dependency to your theme. If the CAE or the content include fragments, they will automatically
be loaded by this brick via JavaScript or ESI include, if supported. Even without the brick, the CAE has a simple
default template DynamicInclude.ftl
in the module cae-base-lib
.
More information can be found in the Section 6.2.1, “Using Dynamic Fragments in HTML Responses” in Blueprint Developer Manual .