middleman/middleman-core/lib/vendored-middleman-deps/padrino-helpers-0.12.0/test/fixtures/render_app/views/explicit_engine.haml

6 lines
219 B
Plaintext
Raw Normal View History

2013-11-22 17:47:07 +01:00
%p.start= current_engine
%p.haml= partial "current_engines/haml", :engine => :haml
%p.erb= partial 'current_engines/erb', :engine => :erb
%p.slim= partial 'current_engines/slim', :engine => :slim
%p.end= current_engine