rewrite the parser to produce an AST
This commit is contained in:
parent
e69dcdc197
commit
0a185250da
13 changed files with 344 additions and 162 deletions
14
template/index.hbs
Normal file
14
template/index.hbs
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>{{ config.user.title }}</title>
|
||||
<link rel="stylesheet" href="{{ local 'static/main.css' }}">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{{{ tree }}}
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue