# manifest
$foo = tagged("someclass")
# template
<% if foo %>
some
stuff
<% else %>
not
some
stuff
<% end %>
|
Pastie
Support Pastie
or read my
Pastie << self
blog
# manifest
$foo = tagged("someclass")
# template
<% if foo %>
some
stuff
<% else %>
not
some
stuff
<% end %>
|