haml--haml/test/templates/partials.haml

13 lines
133 B
Plaintext

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