From 901e5a691673f600f65faa813735630500977a61 Mon Sep 17 00:00:00 2001 From: Woody Gilk Date: Tue, 29 Mar 2011 11:26:52 -0500 Subject: [PATCH] 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