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

6 lines
141 B
Plaintext
Raw Normal View History

2013-05-19 22:53:37 +02:00
%p.start= current_engine
%p.haml= haml :'partials/_haml'
2013-06-04 18:56:33 +02:00
%p.erb= erb :'partials/_erb'
2013-05-19 22:53:37 +02:00
%p.slim= slim :'partials/_slim'
%p.end= current_engine