doctype html
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" name="viewport" /
meta content="true" name="HandheldFriendly" /
meta content="IE=edge" http-equiv="X-UA-Compatible" /
meta content="telephone=no" name="format-detection" /
meta content="EDMdesigner, www.edmdesigner.com" name="generator" /
= stylesheet_link_tag 'mails/mails'
body
= yield
= yield :titulo
= yield :conteudo