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