Files
stl/server/templates/weeks.hbs

21 lines
434 B
Handlebars

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