Twig is Drupal's templating language, coming from Symfony.
https://twig.symfony.com/
https://www.drupal.org/docs/develop/theming-drupal/twig-in-drupal
Print variables with {{ variable }}.
Templates end in .html.twig.
SDC components end in .twig.
Drupal adds extra twig functions.
https://www.drupal.org/docs/develop/theming-drupal/twig-in-drupal/functions-in-twig-templates
Drupal adds extra twig filters.
https://www.drupal.org/docs/develop/theming-drupal/twig-in-drupal/filters-modifying-variables-in-twig-templates
Some recent additions.
https://www.drupal.org/node/2818293
https://www.drupal.org/node/3334294
Theme suggestion hooks.
https://www.drupal.org/node/2100775