Maple Engine
Last Updated: 2023-11-04 06:02:43
Fliddo provides a couple layouts for your website and those layouts contains blocks such as header, css, jsready and ajaxready. These blocks are not concrete and can be removed or redefined as needed, however, any change in block names means all transfer statements referencing them must also be updated. It's a good idea to leave them as is because they can be used in every situation.
A block is defined as { block [ NAME ] } where NAME is an alphanumeric string and can also contain underscores. To create a block within your layout template is written as follows.
{ block header }
A transfer is defined as { transfer [ NAME ] } ... { transfer } where NAME is an alphanumeric string and can also contain underscores. To create a transfer within your template or partial is written as follows.
{ transfer header }<script src="{ Assets }/js/jtml.js"></script>{ transfer }