2 lines
191 B
Ruby
2 lines
191 B
Ruby
|
page "/my_article.html", :proxy => "/template.html", :ignore => true, :layout => false
|
||
|
page "/articles/my_article.html", :proxy => "/articles/template.html", :ignore => true, :layout => false
|