diff --git a/twig_tweak.module b/twig_tweak.module new file mode 100644 index 0000000..f2e592f --- /dev/null +++ b/twig_tweak.module @@ -0,0 +1,25 @@ +' . (string) new TranslatableMarkup('About') . ''; + $output .= '

' . (string) new TranslatableMarkup('Twig Tweak is a small module which provides a Twig extension with some useful functions and filters that can improve development experience.') . '

'; + $output .= '

' . (string) new TranslatableMarkup('You can click on the links below for more information about this module.') . '

'; + $output .= '

' . (string) new TranslatableMarkup('Project page', [ + ':project_link' => 'https://www.drupal.org/project/twig_tweak', + ]) . '

'; + return $output; + } +}