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 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