Create Pages and Templates
Jifty is a very mighty system. Therefore there are some more things to know in order to write a full-fledged application.
Basically a simple template is very much like a Mason template. A minimal template could look like this:
<%init>
# some perl code to initialize the page
</%init>
<&|/_elements/wrapper, title => 'my page title here' &>
page content html or dynamic code here
</&>
In order to use Jifty's features, however, read on...