Task7/TestProject/views/layouts/main.hbs

14 lines
143 B
Handlebars
Raw Normal View History

2023-11-08 14:23:03 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{{ title }}}</title>
</head>
<body>
{{{content}}}
<div id="footer">
</div>
</body>
</html>