I have typo3 8.7.16 .
I need to display on the page with id 3 the content in a format different from the rest of the pages. For this I use glovalvar, but this condition works on all pages, not only on the page with id 3
[globalVar = TSFE:id = 3]
MAIN_WRAP >
MAIN_WRAP = COA
MAIN_WRAP{
10 = CONTENT
10{
table = tt_content
select.where = colPos = 0
}
}
[global]