1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tests: test more vweb template features

This commit is contained in:
Alexander Medvednikov
2020-06-07 19:06:02 +02:00
parent d7c63922d5
commit 30ade1d6ea
3 changed files with 15 additions and 1 deletions

View File

@@ -2,3 +2,14 @@ Test <b>app</b>
<br>
<h1>@hello</h1>
<hr>
@if show
show = true
@end
@for number in numbers
@number <br>
@end
<hr>
End.