Guest User

Untitled

a guest
Apr 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. # manifest
  2. $foo = tagged("someclass")
  3.  
  4. # template
  5. <% if foo %>
  6. some
  7. stuff
  8. <% else %>
  9. not
  10. some
  11. stuff
  12. <% end %>
Add Comment
Please, Sign In to add comment