guestbook-ng/templates/index.html.ep

5 lines
147 B
Plaintext
Raw Normal View History

2021-12-04 00:11:37 -05:00
% layout 'default';
% title 'Welcome';
<h1>Welcome to the Mojolicious real-time web framework!</h1>
2021-12-04 02:26:25 -05:00
<p>Test my <%= link_to(Model => 'test') %></p>