@php // Switched off in Admin -> Pages: the band does not draw, on any layout that includes it. if (!section_on('newsletter')) { return; } if (setting('newsletter_provider_home', 'local') === 'off') { return; } @endphp @php /** * Newsletter opt-in. Deliberately a LIGHT surface card: it follows the partner CTA, * which already owns the brand gradient, so repeating that gradient here flattened the * page hierarchy. Keeping this one quiet marks it as the secondary action. * * The status paragraph must stay INSIDE the form — js/newsletter.js resolves it with * form.querySelector() and disables its inline feedback entirely when it is missing. */ @endphp