Added Moment module and got data imported into each card

This commit is contained in:
Lucas Patenaude
2024-04-03 23:09:39 -06:00
parent 3a87b22d17
commit d7e7372776
1088 changed files with 186474 additions and 116 deletions

View File

@@ -1,19 +1,21 @@
<!DOCTYPE html>
<html lang="en" class="h-100">
<!-- TODO: Add the head.hbs partial here -->
<head>
<!-- Add your head content here -->
{{> head}}
</head>
<body>
<!-- Render the scoreboard header on every page -->
{{> scoreboard-header/scoreboard-header}}
<!-- TODO: Add the nav.hbs partial here -->
<!-- Add your navigation -->
{{> nav}}
<!-- Render the main content of each page -->
{{{body}}}
<!-- TODO: Add the footer.hbs partial here -->
<!-- Add your footer -->
{{> footer}}
</html>
</body>
</html>
s