main.tmpl 854 Bytes
<!DOCTYPE html>
<html lang="en">
  <head>
    <style>
th, td { padding: 0.5em }
table.data
{
    display: inline-block;
    text-align: right;
    font-family: monospace;
    font-size: 1.2em;
    border: 1px solid black;
}
    </style>
  </head>
  <body>
    <table class="data">
      <tr>
        <th>Address</th>
        <th>Address</th>
        <th>Value</th>
        <th>Value</th>
      </tr>
      <tr>
        <th>(Dec)</th>
        <th>(Hex)</th>
        <th>(Hex)</th>
        <th>(Dec)</th>
      </tr>
{{.Table_Control}}
    </table>
    <table class="data">
      <tr>
        <th>Address</th>
        <th>Address</th>
        <th>Value</th>
        <th>Value</th>
      </tr>
      <tr>
        <th>(Dec)</th>
        <th>(Hex)</th>
        <th>(Hex)</th>
        <th>(Dec)</th>
      </tr>
{{.Table_State}}
    </table>
  </body>
</html>