The current code for the round-trip testing server generates the results UI concatenating strings of HTML.
It'd be great to use a templating system for this, to
- separate the code from the presentation, and
- experiment, if possible, with DOM-based templating for future work.
This will also make it easier to improve the results UI.
Version: unspecified
Severity: enhancement