app/views/tramway/page/pages/show.html.haml in tramway-page-1.1.3 vs app/views/tramway/page/pages/show.html.haml in tramway-page-1.2
- old
+ new
@@ -1,3 +1,6 @@
-!= @page.body
+- content_for :title do
+ = @page.title
+- content_for :body_content do
+ != @page.body