1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/middleman-core/fixtures/capture-html-app/config.rb
2013-06-07 09:58:37 +01:00

7 lines
147 B
Ruby

require "slim"
with_layout :capture_html do
page "/capture_html_erb.html"
page "/capture_html_haml.html"
page "/capture_html_slim.html"
end