details_table(htl.html`
<table>
<tr>
<th>Detail One</th>
<th>Detail Two</th>
<th>Detail Three</th>
</tr>
<tr>
<td>Here's a bunch of information about detail one</td>
<td>Here's a bunch of information about detail two</td>
<td>Here's a bunch of information about detail three</td>
</tr>
<tr>
<td>Here's more information about detail one</td>
<td>Here's more information about detail one</td>
<td>Here's more information about detail one</td>
</tr>
</table>`)