Fix template names in text and variable name in heading
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
WRAPPER 'layouts/default.html.tt'
|
||||
title = 'Welcome'
|
||||
%]
|
||||
<h2>[% $message %]</h2>
|
||||
This page was generated from the template "templates/example/welcome.html.ep"
|
||||
and the layout "templates/layouts/default.html.ep",
|
||||
<h2>[% message %]</h2>
|
||||
This page was generated from the template "templates/example/welcome.html.tt"
|
||||
and the layout "templates/layouts/default.html.tt",
|
||||
<a href="[% url_for %]">click here</a> to reload the page or
|
||||
<a href="/index.html">here</a> to move forward to a static page.
|
||||
[% END %]
|
||||
|
||||
Reference in New Issue
Block a user