Files
JellySport/ProjectSourceCode/src/views/layouts/main.hbs

19 lines
301 B
Handlebars
Raw Normal View History

<!DOCTYPE html>
<html lang="en" class="h-100">
2024-04-02 14:44:07 -06:00
{{> 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>