Custom template files in Drupal 8 uses twig files. Apart from that defining a custom template is similar to Drupal 7. Custom templates are called and values are passed to custom template in the Controller classes in Drupal 8 module. Define the custom template in the modulename.module file using hook_theme as in Drupal 7 function Continue Reading