Mailspring/internal_packages/quick-schedule/backend/templates/event_email.html

14 lines
297 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">{{ event.title }}</h1>
<h3 class="location">{{ event.location }}</h3>
<div class="description">{{ event.description }}</div>
2015-10-03 07:06:56 +08:00
</body>
</html>