middleman/middleman-core/fixtures/content-for-app/config.rb

6 lines
171 B
Ruby
Raw Permalink Normal View History

require "slim"
2014-05-25 05:23:00 +02:00
page "/content_for_erb.html", layout: :content_for
page "/content_for_haml.html", layout: :content_for
page "/content_for_slim.html", layout: :content_for