====== <#section> ====== Use this tag to define a "section". The main advantage is that you will have after the possibility to move the section. Exemple: move some //// sections declared in a template in the //...// of the html ==== Parameters ==== ^ Name ^ Mandatory ^ Description ^ | Id | No | The ID of the section | | MoveTo | No | Instruct to move this section to the section that have ID equal to the value of this parameter | | Body | No | The section content | | Prepend | No | when set to 1, if several section has moveTo parameter that point to the same section, then the content will be added in first to the moveTo section | ==== Literal ==== **<#section moveto="head">**..body..**<#endsection>** ==== Example ==== <#section id='head'> <#section moveto='head'>This must be in the header The above example will output: This must be in the header