page Syntax: [page|[field] = value] This condition checks values of the current page record. While you can achieve the same with TSFE:[field] conditions in the frontend, this condition is usable in both backend and frontend. Example: With this condition you can do things depending on the layout field: [page|layout = 1] ... do stuff ... [end]