<%& '/header/' %>

${APPLICATION}

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

This page demonstrate a few Prudence features.

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

Next, two examples of URI/resource separation:

Click here to see the dispatched manual resource example.

Click here to see the captured scriptlet resource example.

<%& '/footer/' %>