15 lines
190 B
Handlebars
15 lines
190 B
Handlebars
|
<!DOCTYPE html>
|
||
|
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>{{ config.user.title }}</title>
|
||
|
<link rel="stylesheet" href="{{ local 'static/main.css' }}">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
{{{ tree }}}
|
||
|
</body>
|
||
|
|
||
|
</html>
|