6 lines
68 B
Plaintext
6 lines
68 B
Plaintext
<% if @my_var %>
|
|
My var is here!
|
|
<% else %>
|
|
No var...
|
|
<% end %>
|