mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
tutorial: minor fixes
This commit is contained in:
parent
94de493b37
commit
45695543ba
3 changed files with 6 additions and 2 deletions
14
tutorials/code/blog/index.html
Normal file
14
tutorials/code/blog/index.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<header>
|
||||
<title>V Blog</title>
|
||||
</header>
|
||||
<body>
|
||||
@for article in articles
|
||||
<div>
|
||||
<b>@article.title</b> <br>
|
||||
@article.text
|
||||
</div>
|
||||
@end
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue