middleman/middleman-core/lib/vendored-middleman-deps/padrino-helpers-0.11.4/test/fixtures/markup_app/views/current_engine.slim

6 lines
137 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