To see all available twig variable names on the current template, you can use dump()
with the globally available _context
variable:
{{ dump(_context|keys) }}
This is useful if you don't want to use Kint or other alternatives. See the Drupal 8 documentation for more details.