Initial commit 🚀

This commit is contained in:
Jonas Schmedtmann
2019-06-13 15:43:15 +01:00
commit 7f81af0ddf
1052 changed files with 2123177 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
//- Email template adapted from https://github.com/leemunroe/responsive-html-email-template
//- Converted from HTML using https://html2pug.now.sh/
doctype html
html
head
meta(name='viewport', content='width=device-width')
meta(http-equiv='Content-Type', content='text/html; charset=UTF-8')
title= subject
include _style
body
table.body(role='presentation', border='0', cellpadding='0', cellspacing='0')
tbody
tr
td
td.container
.content
// START CENTERED WHITE CONTAINER
table.main(role='presentation')
// START MAIN AREA
tbody
tr
td.wrapper
table(role='presentation', border='0', cellpadding='0', cellspacing='0')
tbody
tr
td
// CONTENT
block content
// START FOOTER
.footer
table(role='presentation', border='0', cellpadding='0', cellspacing='0')
tbody
tr
td.content-block
span.apple-link Natours Inc, 123 Nowhere Road, San Francisco CA 99999
br
| Don't like these emails?
a(href='#') Unsubscribe
//- td