mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
7 lines
155 B
Ruby
7 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
|