middleman/middleman-core/lib/vendored-middleman-deps/padrino-helpers-0.12.0/test/fixtures/markup_app/views/current_engine.haml

6 lines
141 B
Plaintext
Raw Normal View History

2013-11-22 17:47:07 +01:00
%p.start= current_engine
%p.haml= haml :'partials/_haml'
%p.erb= erb :'partials/_erb'
%p.slim= slim :'partials/_slim'
%p.end= current_engine