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

tmpl: fix <div> inside <div>

This commit is contained in:
Alexander Medvednikov
2021-09-21 07:53:42 +03:00
parent b2ecca3966
commit f6bdc6b87e
5 changed files with 35 additions and 4 deletions

View File

@@ -1,11 +1,19 @@
@include 'header.html'
Test <b>app</b>
<br>
<h1>@hello</h1>
<hr>
If demo: <br>
@if show
show = true
@end
<br><br>
For loop demo: <br>
@for number in numbers
@number <br>
@end