Files
school_archives/OSU Coursework/CS 290 - Intro to Web Development/Week 7/views/layouts/main.handlebars

9 lines
98 B
Handlebars

<!doctype html>
<html>
<head>
<title>Demo Page</title>
</head>
<body>
{{{body}}}
</body>
</html>