| <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 |