mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 13:41:13 +00:00
9 lines
98 B
Handlebars
9 lines
98 B
Handlebars
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Demo Page</title>
|
|
</head>
|
|
<body>
|
|
{{{body}}}
|
|
</body>
|
|
</html> |