Test showing wrap_layout is still broken when used with haml

This commit is contained in:
Ben Hollis 2012-03-25 01:02:46 -07:00 committed by Thomas Reynolds
parent d8d4769702
commit 9b5d1f17d0
6 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,7 @@
---
title: "New Article Title"
date: 2011-01-01
layout: inner_haml
---
The Article Content

View file

@ -0,0 +1,3 @@
- wrap_layout :outer_haml do
Inner
= yield

View file

@ -0,0 +1,3 @@
Master
= data.page.title
= yield

View file

@ -0,0 +1,3 @@
- wrap_layout :master_haml do
Outer
= yield