14 lines
128 B
Handlebars
14 lines
128 B
Handlebars
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
<title>{{ config.treehouse.title }}</title>
|
|
</head>
|
|
|
|
<body>
|
|
{{ tree }}
|
|
</body>
|
|
|
|
</html>
|