Your Logo

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

Banner Image

' . esc_html__('A one-column layout is great for simplified and concise content, like announcements or newsletters with brief updates. Drag blocks to add content and customize your styles from the styles panel on the top right.', 'mailpoet') . '

' . esc_html__('You received this email because you are subscribed to the [site:title]', 'mailpoet') . '

' . esc_html__('Unsubscribe', 'mailpoet') . ' | ' . esc_html__('Manage subscription', 'mailpoet') . '

'; } protected function get_title(): string { // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps return __('Default Email Content with Header and Footer', 'mailpoet'); } }