Nothing is "dropped" from the output. By default, only the block named "content" is rendered (have a look at your default.template). If you want to render other blocks, too, you have to explicitly make webgen do this by inserting a block tag like <webgen:block name="block2" /> at the place where you want to have the second block (same for the block3).
Best regards,
Thomas
|