blob: c29ed4a3c728d5d6a611c98e0b799fa263b469a1 [file] [edit]
[% PROCESS "suitedata.tmpl" %]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
[% IF official %]
<title>[% suites.$suite.title %]</title>
[% ELSE %]
<title>Unofficial [% suites.$suite.title %]</title>
[% END %]
<style type="text/css">
@import "http://www.w3.org/StyleSheets/TR/base.css";
@import "indices.css";
</style>
</head>
<body>
[% INCLUDE "index.content.tmpl" %]
</body>
</html>