v / examples / vweb
Raw file | 24 loc (17 sloc) | 194 bytes | Latest commit hash f6bdc6b87
1@include 'header.html'
2
3Test <b>app</b>
4<br>
5<h1>@hello</h1>
6<hr>
7
8If demo: <br>
9@if show
10 show = true
11@end
12
13<br><br>
14
15For loop demo: <br>
16
17@for number in numbers
18 @number <br>
19@end
20
21
22<hr>
23End.
24@include 'footer.html'