← back to NationalPaperHangers

views/public/unsubscribed.ejs

21 lines

<%- include('../partials/head', { title }) %>
<%- include('../partials/header') %>

<section class="auth-page">
  <div class="auth-card auth-card-wide">
    <p class="kicker">Unsubscribed</p>
    <h1 class="display-sm">You're off the list.</h1>
    <p class="lede">
      <strong><%= identifier %></strong> has been removed from
      <%= campaign ? campaign.replace(/_/g, ' ') : 'National Paper Hangers' %> outreach.
      You won't hear from us at this address again.
    </p>
    <p class="muted">
      If this was a mistake, email <a href="mailto:info@nationalpaperhangers.com">info@nationalpaperhangers.com</a> and we'll re-enable.
    </p>
    <p style="margin-top:24px"><a href="/" class="btn btn-ghost">National Paper Hangers home →</a></p>
  </div>
</section>

<%- include('../partials/footer') %>