<%& '/header/' %>

${APPLICATION}

Your Prudence application skeleton has been successfully created! Time to start building your application...

This sample home page contains examples of a few Prudence features.

First, a scriptlet. It is currently: <% document.executeOnce('/sincerity/localization/') print(Sincerity.Localization.formatDateTime(new Date(), 'hh:mm:ss a')) %>

Next, two examples of URI/resource separation:

Click here to see the sample dispatched manual resource.

Click here to see the sample captured scriptlet resource.

<%& '/footer/' %>