[% IF config.recent_changes_on_home_page %]
[% END %]
[% content %]
[% IF navbar_on_home_page AND config.content_above_navbar_in_html %]
[% INCLUDE navbar.tt %]
[% END %]
[% INCLUDE footer.tt %]
Ten most recent changes (RSS):
-
[% FOREACH node = recent_changes %]
- [% node.name %] [% IF node.version == "1" %] [new] [% END %] [% IF node.comment or node.username %]
- [% node.comment %] [% IF node.username %] ([% node.username %]) [% END %] [% END %] [% END %]