UNPKG
fastapp
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
A html template engine design to create web apps.
github.com/AxFab/fastapp
AxFab/fastapp
fastapp
/
test
/
model1.html
6 lines
•
85 B
HTML
View Raw
1
2
3
4
5
6
<
html
>
<
head
>
<
title
>
#{get title/}
</
title
>
</
head
>
<
body
>
#{doLayout /}
</
body
>
</
html
>