Filling slots with blocks
index.html:
%% fill layout/main %% block header This is a new header %% end %% block content This is some new content %% end --EOF--look inside...
Thus Spake Andy:
When we fill this template we can define different blocks to replace
the default content slots.