entelechy
Active member
I'm using <xf:if is="$template == 'page_view'"> currently, but I'd like to check against "data-container-key" instead.
I tried <xf:if is="$data-container-key == 'node-125'"> but that doesn't work.
What's the correct variable to add here in order to conditionally check against data-container-key?
I tried <xf:if is="$data-container-key == 'node-125'"> but that doesn't work.
What's the correct variable to add here in order to conditionally check against data-container-key?