Our transactional and campaign emails share one branded shell: a header with the logo, the body, a footer with the unsubscribe lines. I wrote the first version the way I would write a component, because it is 2026 and I had forgotten what email is. <div style= "display:inline-flex;gap:8px;align-items:center" > <svg width= "19" height= "19" > ... </svg> <span style= "font-size:19px;font-weight:700" > CogniPrep </span> </div> ...