' . __('3 column layout', 'mailpoet') . '

' . __('A three-column layout organizes information into sections, making it easier for users to navigate content. Try other layouts by adding or removing columns, drag blocks into them to add content, and customize your email styles from the styles panel.', 'mailpoet') . '

'; } protected function get_title(): string { // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps /* translators: Name of a content pattern used as starting content of an email */ return __('3 Columns', 'mailpoet'); } }