mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 20:44:30 +08:00
14 lines
No EOL
297 B
HTML
14 lines
No EOL
297 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title></title>
|
|
<style>
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1 class="title">{{ event.title }}</h1>
|
|
<h3 class="location">{{ event.location }}</h3>
|
|
<div class="description">{{ event.description }}</div>
|
|
</body>
|
|
</html> |