1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/tutorials/code/blog/index.html
Alexander Medvednikov 45695543ba tutorial: minor fixes
2019-12-14 18:59:02 +03:00

15 lines
169 B
HTML

<html>
<header>
<title>V Blog</title>
</header>
<body>
@for article in articles
<div>
<b>@article.title</b> <br>
@article.text
</div>
@end
</body>
</html>