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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user