To pass custom variables to twig file in drupal 8, you must create a preprocess function, for the template:
to print variable in twig file just use {{ my_variable }}.
Example how to pass variables to node twig file:
Example how to pass variables to page twig file:
Example how to pass variables to region twig file:
Example how to pass variables to menu twig file:
Example how to pass variables to links twig file:
Example how to pass variables to views view unformatted twig file (views-view-unformatted.html.twig):
Example how to pass variables to block twig file (block.html.twig):
Example how to pass current language variable to select twig file (select.html.twig):
Example how to pass variable to menu twig file (menu.html.twig):