guestbook-ng/templates/index.html.ep
2021-12-04 02:26:25 -05:00

5 lines
147 B
Plaintext

% layout 'default';
% title 'Welcome';
<h1>Welcome to the Mojolicious real-time web framework!</h1>
<p>Test my <%= link_to(Model => 'test') %></p>