10 lines
341 B
Plaintext
10 lines
341 B
Plaintext
% layout 'default';
|
|
% title 'Welcome';
|
|
<h2><%= $msg %></h2>
|
|
<p>
|
|
This page was generated from the template "templates/example/welcome.html.ep"
|
|
and the layout "templates/layouts/default.html.ep",
|
|
<%= link_to 'click here' => url_for %> to reload the page or
|
|
<%= link_to 'here' => '/index.html' %> to move forward to a static page.
|
|
</p>
|