=head1 COPYRIGHT
Copyright (c) 2004. Brian Ingerson. All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html
=cut
__template/tt2/home_button.html__
[% INCLUDE home_button_icon.html %]
__template/tt2/home_button_icon.html__
Home
__template/tt2/display_content.html__
[% page_html -%]
[% INCLUDE display_changed_by.html %]
__template/tt2/display_changed_by.html__
[% IF self.preferences.display_changed_by.value %]
[% page = hub.pages.current %]
Last changed by [% page.edit_by_link %] at [% page.edit_time %]
[% END %]