-content_for :title do
OU Fusion membership please confirm your new email address
-content_for :main_body do
%tr
%td{width:'10%'}
%td{width:'80%'}
%h2="Hi #{@user.first_name}"
%td{width:'10%'}
%tr
%td{width:'10%'}
%td{width:'80%'}
%p= "Welcome #{@email}!"
%p You can confirm your new email by clicking the link below:
%p= link_to 'Confirm my email address', confirmation_url(@resource, confirmation_token: @token)
%td{width:'10%'}