add dxweb app
[spider.git] / dxweb / templates / example / welcome.html.ep
1 % layout 'default';
2 % title 'Welcome';
3 <h2><%= $msg %></h2>
4 <p>
5   This page was generated from the template "templates/example/welcome.html.ep"
6   and the layout "templates/layouts/default.html.ep",
7   <%= link_to 'click here' => url_for %> to reload the page or
8   <%= link_to 'here' => '/index.html' %> to move forward to a static page.
9   % if (config 'perldoc') {
10     To learn more, you can also browse through the documentation
11     <%= link_to 'here' => '/perldoc' %>.
12   % }
13 </p>