Is it possible to insert a frontend plugin to a page without having a template (and markers) included?
Normally I use:
10.marks {
CONTENT_LEFT < plugin.tx_xy_p1
}
But in a new project I dont want to have a template file where the markers (###CONTENT_LEFT###
) are included. The plugin should appear as the only thing on that page.