1[% PROCESS "suitedata.tmpl" %]
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4 <head>
5[% IF official %]
6  <title>[% suites.$suite.title %]</title>
7[% ELSE %]
8  <title>Unofficial [% suites.$suite.title %]</title>
9[% END %]
10  <style type="text/css">
11    @import "http://www.w3.org/StyleSheets/TR/base.css";
12    @import "indices.css";
13  </style>
14 </head>
15 <body>
16
17[% INCLUDE index.content.tmpl %]
18
19</body>
20</html>
21