Haml wrap_layout passes again

This commit is contained in:
Thomas Reynolds 2012-06-02 14:19:45 -07:00
parent 239f80c1f9
commit e26b68635f
5 changed files with 18 additions and 13 deletions

View file

@ -1 +1,6 @@
---
title: "Index Title"
layout: inner
---
Template

View file

@ -1,3 +1,3 @@
Master
<%= data.page.title %>
<h1><%= data.page.title %></h1>
<%= yield %>

View file

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