[% WRAPPER layout.tt title="Overview" %] [% PROCESS common.tt %] [% IF newItems.size != 0 %]
The following projects are hosted on this server:
| Id | Name | Description |
|---|---|---|
| [% INCLUDE renderProjectName project = p.name %] | [% HTML.escape(p.displayname) %] | [% WRAPPER maybeLink uri=p.homepage %][% HTML.escape(p.description) %][% END %] |