2024-05-29 18:54:49 +01:00

13 lines
286 B
Handlebars

<!DOCTYPE html>
<html>
<head>
<link href="/css/bootstrap.min.css" rel="stylesheet" />
</head>
<body>
<div class="bg-dark text-white p-2">
<span class="navbar-brand ml-2">SPORTS STORE</span>
</div>
{{{ body }}}
</body>
</html>