mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tutorial: minor fixes
This commit is contained in:
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>
|
||||
|
Reference in New Issue
Block a user