Initial commit

This commit is contained in:
2026-07-30 17:26:40 -07:00
commit 914c0374e4
11 changed files with 203 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
% 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>