blob: 2175a595c36617812acc4a469968459583c6e7ac [file] [log] [blame]
<h2>Home</h2>
<p>
The Click Examples web application demonstrates Click features and common design patterns.
</p>
<p>
This application is an important learning resource, and will help you to get up and running with Click as soon as possible.
</p>
<p>
This application will allows you to view the Page source code, templates and config files online.
</p>
#set ($flash = "")
#set ($flash = $session.flash)
#if ($flash != "")
<b>Flash Message:</b>
<p class="infoMsg">$flash</p>
#end