v/examples/vweb/index.html

16 lines
124 B
HTML
Raw Normal View History

Test <b>app</b>
2019-09-20 02:01:52 +02:00
<br>
<h1>@hello</h1>
2019-09-20 02:01:52 +02:00
<hr>
@if show
show = true
@end
@for number in numbers
@number <br>
@end
<hr>
End.