@if ($imageUrl = $emailList->websiteHeaderImageUrl()) Header image @endif

{{ $emailList->website_title }}

@if($emailList->website_intro)
{{ app(\Spatie\Mailcoach\Domain\Shared\Actions\RenderMarkdownToHtmlAction::class)->execute($emailList->website_intro) }}
@endif @if($emailList->allow_form_subscriptions && $emailList->show_subscription_form_on_website)
@csrf {{-- Honeypot field --}} @if ($emailList->honeypot_field)
@endif
@error('email')

{{ $message }}

@enderror
@endif