2019-07-26 00:36:33 +00:00
|
|
|
!!!
|
2018-09-28 14:34:37 +00:00
|
|
|
%html
|
2019-07-26 00:36:33 +00:00
|
|
|
%head
|
|
|
|
%meta{ content: 'text/html; charset=utf-8',
|
|
|
|
'http-equiv': 'Content-Type' }/
|
|
|
|
:css
|
|
|
|
/* Inline */
|
2018-09-28 14:34:37 +00:00
|
|
|
%body
|
|
|
|
= yield
|
2019-07-26 00:36:33 +00:00
|
|
|
|
|
|
|
= image_tag attachments['logo.png'].url, alt: 'Logo de Sutty'
|
|
|
|
= t('.signature')
|