!!! Strict
%html{xmlns: "http://www.w3.org/1999/xhtml"}
%head
%meta{content: "text/html; charset=utf-8", "http-equiv" => "Content-Type"}/
%meta{content: "width=device-width, initial-scale=1.0", name: "viewport"}/
=stylesheet_link_tag "email.css"
%title= yield :title
/ Targeting Windows Mobile
/[if IEMobile 7]
/
***********************************************
****************************************************
END MOBILE TARGETING
****************************************************
************************************************
/[if gte mso 9]
%body
%table#backgroundTable{border: "0", cellpadding: "0", cellspacing: "0"}
%tr
%td{valign: "top"}
%table{align: "center", border: "0", cellpadding: "0", cellspacing: "0"}
%tr#header
%td{valign: "top", width: "10%"}
%td{valign: "top", width: "80%"}
%p= default_url_options[:host]
=image_tag 'NewFusionLogoSmall.png',alt:'OU Fusion Logo',id: 'logo'
%td{valign: "top", width: "10%"}
%tr
%td{valign: "top", width: "10%"}
%td{valign: "top", width: "80%"}
%h1#title
= yield :title
%td{valign: "top", width: "10%"}
%tr#content
= yield :main_body
%tr#footer
%td{valign: "top", width: "100%", colspan: 3}
= yield :footer