treehouse/static/index.hbs

14 lines
128 B
Handlebars
Raw Normal View History

2023-08-17 21:59:56 +02:00
<!DOCTYPE html>
<html>
<head>
<title>{{ config.treehouse.title }}</title>
</head>
<body>
{{ tree }}
</body>
</html>