bifocal/node_modules/express-hbs/test/issues/53/default.hbs

16 lines
183 B
Handlebars
Raw Normal View History

2024-06-19 09:56:58 -04:00
<!DOCTYPE html>
<html>
<head>
<title>{{title}}</title>
</head>
<body>
<h1>{{name}}</h1>
{{{body}}}
{{{block "meta"}}}
<h2>Strangely not so weird</h2>
{{weird}}
</body>