HI, I WANT toi understand below given ftl codes. here why we use <@ markup> directive? how the bindings done between components and region?
<#include "/org/alfresco/include/alfresco-template.ftl" />
<@templateHeader>
<@templateBody>
<@markup id="alf-hd">
<@region scope="global" id="share-header" chromeless="true"/>
<@markup id="bd">
This is just a test page. Hello World!
<@templateFooter>
<@markup id="alf-ft">
<@region id="footer" scope="global" />