{# /** * @file * Template to test the deprecation messages for the page variable. * @see \Drupal\Tests\node\Functional\NodePageVariableDeprecationTest */ #} {% if page %} The page variable is set. {% endif %}