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

6 lines
137 B
Plaintext
Raw Normal View History

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