Install Twig Tweak module and then dump variables with:
{{ dd(variable_name) }}
Without a contrib module you can dump ALL variables with:
<script>console.log({{ _context | json_encode | raw }});</script>
Install Twig Tweak module and then dump variables with:
{{ dd(variable_name) }}
Without a contrib module you can dump ALL variables with:
<script>console.log({{ _context | json_encode | raw }});</script>