treehouse/static/index.hbs
2023-08-17 21:59:56 +02:00

14 lines
128 B
Handlebars

<!DOCTYPE html>
<html>
<head>
<title>{{ config.treehouse.title }}</title>
</head>
<body>
{{ tree }}
</body>
</html>