Task7/TestProject/views/layouts/main.hbs
2023-11-08 14:23:03 +03:00

13 lines
143 B
Handlebars

<!DOCTYPE html>
<html lang="en">
<head>
<title>{{{ title }}}</title>
</head>
<body>
{{{content}}}
<div id="footer">
</div>
</body>
</html>