From 14884dd82dee46ef6711bb155e8135fc1df4c21d Mon Sep 17 00:00:00 2001 From: Ulrich Wisser Date: Fri, 21 Mar 2014 10:24:25 +0100 Subject: [PATCH] Fix template names in text and variable name in heading --- example/myapp/templates/example/welcome.html.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example/myapp/templates/example/welcome.html.tt b/example/myapp/templates/example/welcome.html.tt index 6407813..fe7a2da 100644 --- a/example/myapp/templates/example/welcome.html.tt +++ b/example/myapp/templates/example/welcome.html.tt @@ -2,9 +2,9 @@ WRAPPER 'layouts/default.html.tt' title = 'Welcome' %] -

[% $message %]

-This page was generated from the template "templates/example/welcome.html.ep" -and the layout "templates/layouts/default.html.ep", +

[% message %]

+This page was generated from the template "templates/example/welcome.html.tt" +and the layout "templates/layouts/default.html.tt", click here to reload the page or here to move forward to a static page. [% END %]