Added Moment module and got data imported into each card
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user