final
This commit is contained in:
14
task29/views/layouts/layouts.hbs
Normal file
14
task29/views/layouts/layouts.hbs
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{{title}}</title>
|
||||
<meta charset="utf-8" />
|
||||
</head>
|
||||
<body>
|
||||
{{> menu}}
|
||||
|
||||
{{{body}}}
|
||||
|
||||
{{> footer}}
|
||||
</body>
|
||||
<html>
|
||||
Reference in New Issue
Block a user