This commit is contained in:
2024-04-16 21:46:44 +02:00
parent 5c11d5d091
commit 8a0401989c
8 changed files with 255 additions and 170 deletions

View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
{{> head}}
<body>
{{> header}}
<h1>Dailies</h2>
<div class="category_list">
{{#each categories}}
{{>category_entry}}
{{/each}}
</div>
</body>
</html>