WEBeditInplaceEditContainer
The render format template WEBeditInplaceEditContainer is used to provide the input components displayed in the editing window. It must be inserted in all page templates in which Easy-Edit is to be used, in the HTML body area using $CMS_RENDER(...)$:
...
<body>
$CMS_RENDER(template:"WEBeditInplaceEditContainer")$
...
</body>
The render format template WEBeditInplaceEditContainer does not require any additional parameters.