Files
JellySport/ProjectSourceCode/src/views/layouts/main.hbs
2024-04-03 15:59:57 -06:00

19 lines
317 B
Handlebars

<!DOCTYPE html>
<html lang="en" class="h-100">
{{> live-scoreboard/live-scoreboard}}
<!-- TODO: Add the head.hbs partial here -->
{{> head}}
<!-- TODO: Add the nav.hbs partial here -->
{{> nav}}
{{{body}}}
<!-- TODO: Add the footer.hbs partial here -->
{{> footer}}
</html>