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
/
test03.html
6 lines
•
138 B
HTML
View Raw
1
2
3
4
5
6
#{extends 'model1.html'/}
#{set title:'Test03'/}
<div>
#{include 'add.html' /}
<p>#{get_if
'true'
-eq
'true'
:
'Yes'
:
'No'
/}</p> </div>