templates/application/base/templates/layouts/application.jst.hamlc in joosy-1.2.0.alpha.38 vs templates/application/base/templates/layouts/application.jst.hamlc in joosy-1.2.0.alpha.41
- old
+ new
@@ -1,2 +1,2 @@
-#page{:style => 'text-align: center'}
- .content{:id => @yield()}
+#page{style: 'text-align: center'}
+ != @page 'div', class: 'content'
\ No newline at end of file