<% @title = 'Welcome to Jackson' %>
<% extend 'layout.html' %>
<h1>Welcome to Jackson</h1>
<p>
This is a placeholder template served by your new application.
<br>
You can find me in
<span style="font-family: monospace">templates/index.html</span>
</p>