[% WRAPPER layout.tt title="Overview" hideHeader=1 %] [% PROCESS common.tt %] [% IF newItems.size != 0 %]
[% FOREACH i IN newsItems %] [% contents = String.new(i.contents) %]

[% INCLUDE renderDateTime timestamp=i.createtime %] by [% i.author.fullname %]

[% contents.replace('\n','
\n') %] [% END %]
[% END %]

Projects

The following projects are hosted on this server:

[% FOREACH p IN projects %] [% END %]
Id Name Description
[% INCLUDE renderProjectName project=p.name inRow=1 %] [% HTML.escape(p.displayname) %] [% WRAPPER maybeLink uri=p.homepage %][% HTML.escape(p.description) %][% END %]
[% END %]