diff --git a/vlib/vweb/tmpl/README.md b/vlib/vweb/tmpl/README.md index 6c5ec98fda..b464835578 100644 --- a/vlib/vweb/tmpl/README.md +++ b/vlib/vweb/tmpl/README.md @@ -97,7 +97,6 @@ Project root - base.html ``` - `index.html` ```html
@include 'header/base'
@@ -105,5 +104,4 @@ Project root > Note that there shouldn't be a file suffix, it is automatically appended and only allows `html` files. # Variables - -_In Progress_ +All variables which are declared before can be used through the `@{my_var}` syntax. It's also possible to use properties of structs here like `@{my_struct.prop}`.