Files
WishList/views/votre-vote.hbs

22 lines
741 B
Handlebars

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Votre présence à l'anniversaire de Louisa</title>
<link rel="stylesheet" href="/styles.css">
</head>
</head>
<body>
<div class="general">
<span class="logo">
<img src="/minecraft_logo_icon_168974.png">
</span>
<span class="vote">{{enfant}} {{#unless present}}ne{{/unless}} sera {{#unless present}}pas{{/unless}} la a l'anniversaire<br>de Louisa le 14 decembre 2024</span>
<span class="emoticon">
{{#if present}}😁{{else}}☹️{{/if}}
</span>
</div>
</body>
</html>