From 901e5a691673f600f65faa813735630500977a61 Mon Sep 17 00:00:00 2001 From: Woody Gilk Date: Tue, 29 Mar 2011 11:26:52 -0500 Subject: [PATCH 1/2] Layout needs to reference "content" not "body", fixes #20 --- templates/layout.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/layout.mustache b/templates/layout.mustache index 1a3d9fa..5be28d4 100644 --- a/templates/layout.mustache +++ b/templates/layout.mustache @@ -6,6 +6,6 @@

{{title}}

-

{{>body}}

+

{{>content}}

\ No newline at end of file From e4f538e4d77b11709d131aa5c0727df93ae04f40 Mon Sep 17 00:00:00 2001 From: Woody Gilk Date: Tue, 29 Mar 2011 11:46:18 -0500 Subject: [PATCH 2/2] Bump version number --- classes/kohana/kostache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/kohana/kostache.php b/classes/kohana/kostache.php index 2cb2289..6895c87 100644 --- a/classes/kohana/kostache.php +++ b/classes/kohana/kostache.php @@ -12,7 +12,7 @@ */ abstract class Kohana_Kostache { - const VERSION = '2.0.2'; + const VERSION = '2.0.3'; /** * Factory method for Kostache views. Accepts a template path and an