Mailspring/examples/N1-Send-Availability/backend/templates/event_email.html

14 lines
383 B
HTML
Raw Normal View History

2015-10-03 07:06:56 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<style>
</style>
2015-10-03 07:06:56 +08:00
</head>
<body>
<h1 class="title"><span style="color:#AAA">Invitation:</span> {{ event.title }}</h1>
<h3 class="location"><span style="color:#AAA">Location:</span> {{ event.location }}</h3>
<div class="description">{{ event.description }}</div>
2015-10-03 07:06:56 +08:00
</body>
</html>