mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tutorials: rename vweb tutorial
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<html>
|
||||
<header>
|
||||
<title>V Blog</title>
|
||||
</header>
|
||||
<body>
|
||||
user id = @app.user_id <br>
|
||||
@for article in articles
|
||||
<div>
|
||||
<b>@article.title</b> <br>
|
||||
@article.text
|
||||
</div>
|
||||
<br>
|
||||
@end
|
||||
<a href='/new'>New article</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user