In one table, I have fixed content for each class.
<td class="matched">Matched</td>
...
<td class="not-matched">Not Matched</td>
Is there way to avoid typing content every time?
<td class="matched"></td>
...
<td class="not-matched"></td>