Files
ch420/app/views/layouts/mailer.slim
T

8 lines
273 B
Plaintext
Raw Normal View History

2016-04-08 15:22:31 +02:00
doctype html
html
head
meta content=("text/html; charset=UTF-8") http-equiv="Content-Type" /
2017-03-25 18:21:58 +01:00
= stylesheet_link_tag 'application', media: 'all'
2016-04-08 15:22:31 +02:00
body style='padding: 20px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px;'
= yield