1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/test/haml/templates/partials.haml
2008-06-11 12:54:56 -07:00

12 lines
133 B
Text

- @foo = 'value one'
%p
@foo =
= @foo
- @foo = 'value two'
%p
@foo =
= @foo
= test_partial "partial"
%p
@foo =
= @foo