doctype html html(lang='en') head meta(charset='UTF-8') meta(name='viewport', content='width=device-width, initial-scale=1.0') meta(name='description', content= pageDescription || siteDescription) title= pageTitle ? `${pageTitle} | ${site.name}` : site.name style(type="text/css"). html, body { margin: 0; padding: 0; } .greeting { font-size: 1.5em; margin-bottom: 16px; } .message {} body include ../common/html/header .message p Welcome to #{service.name}! Please visit #[a(href=`https://localredaction.com/verify?t=${emailVerifyToken}`)= `https://localredaction.com/verify?t=${emailVerifyToken}`] to verify your email address. p Thank you for supporting your local Republican committee and candidates! include ../common/html/footer