middleman/middleman-core/fixtures/instance-vars-app/config.rb
2012-07-24 23:02:27 +09:30

8 lines
155 B
Ruby

page "a.html", :proxy => 'content.html', :ignore => true do
@a = "set"
end
page "b.html", :proxy => 'content.html', :ignore => true do
@b = "set"
end