' . t('About') . ''; $output .= '

' . t('importing testimonials content type') . '

'; return $output; default: } } /** * Implements hook_theme(). */ function testimonials_theme() { return [ 'testimonials' => [ 'render element' => 'children', ], ]; }