v/tutorials/code/blog/index.html

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>