' . (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; } }