13 lines
334 B
HTML
13 lines
334 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<!-- Head template will populate this section -->
|
|
<body>
|
|
<!-- Header template will populate this section -->
|
|
<main>
|
|
<hr />
|
|
<!-- Handlebars template will populate this section -->
|
|
<hr />
|
|
</main>
|
|
<!-- Footer template will populate this section -->
|
|
</body>
|
|
</html> |