livingstyleguide icon indicating copy to clipboard operation
livingstyleguide copied to clipboard

Share instance variables

Open hagenburger opened this issue 9 years ago • 0 comments

index.html.lsg:

``` ruby
@text = "Hello World"
```

```
<div><%= @text %></div>
```

hagenburger avatar May 10 '15 14:05 hagenburger