Files
stl/server/templates/weeks.hbs
2021-05-31 01:26:51 +02:00

17 lines
381 B
Handlebars

<!DOCTYPE html>
<html lang="en">
{{> head}}
<body>
{{> header}}
<div class="life_calendar">
{{#each weeks}}<p style="color: {{this.border_color}}{{#if this.fill_color}}; background-color: {{this.fill_color}}{{/if}}"></p>{{/each}}
</div>
<div class="life_calendar_ticker">
<h2>circa</h2>
<h1>{{weeks_left}}</h1>
<h2>veckor kvar</h2>
</div>
</body>
</html>