<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <style>
      table {
        border-collapse: collapse;
      }
      table, th, td {
        border: 1px solid black;
      }
      .suspect1 {
              background-color: yellow;
      }
      .suspect2 {
              background-color: red;
      }
    </style>
      <title>[% title %]</title>
  </head>
  <body>
    <h1>[% title %]</h1>
    <p>
    [% description %]
    </p>
    <p>
    <small><em>[% signature %]</em></small><br>
    <small><em>[% endreport %]</em></small><br>
    <small><em>This Perl Program is <a href='[% link %]'>Opensource</a>.<em><small>
    </p>
    <table>
      <tr>
        <th>Similarity</th>
        <th>Levenshtein<br>Distance</th>
        <th>Length</th>
        <th>Delta Length</th>
        <th>file1</th>
        <th>file2</th>
        <th>comment</th>
      </tr>
[% data %]
    </table>
  </body>
</html>