9 lines
240 B
Plaintext
9 lines
240 B
Plaintext
!!!
|
|
%html
|
|
%head
|
|
%meta{:content => "text/html; charset=utf-8", "http-equiv" => "Content-Type"}/
|
|
%style
|
|
= Rails.application.assets_manifest.find_sources('merged/merged.email.css').first.to_s.html_safe
|
|
%body.wide
|
|
= yield
|