add dxweb app
[spider.git] / dxweb / templates / example / welcome.html.ep
diff --git a/dxweb/templates/example/welcome.html.ep b/dxweb/templates/example/welcome.html.ep
new file mode 100644 (file)
index 0000000..1efd098
--- /dev/null
@@ -0,0 +1,13 @@
+% 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.
+  % if (config 'perldoc') {
+    To learn more, you can also browse through the documentation
+    <%= link_to 'here' => '/perldoc' %>.
+  % }
+</p>