[% WRAPPER layout.tt title="Overview" hideHeader=1 %] [% PROCESS common.tt %] [% IF newsItems.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 %] [% IF projects.size != 0 %]

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 %]
[% ELSE %]
Hydra has no projects yet. Please create a project.
[% END %] [% END %]