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