[% PROCESS site/navigation.tt2 %]
[%# Status and error messages %]
[% IF c.flash.status_msg %]
[% c.flash.status_msg %]
[% END %]
[% IF c.flash.error_msg %]
[% c.flash.error_msg %]
[% END %]
[%# This is where TT will stick all of your template's contents. -%]
[% content %]