Original report by Brian Miles (Bitbucket: [Brian Miles](https://bitbucket.org/Brian Miles), ).
Currently (as of firmware version 1.5), LoggerFirmware/website/inline_flatten.py uses Beautiful Soup to combine the firmware website HTML, JS, and CSS into a single HTML file. This works fine, but using a declarative templating approach (e.g., using Jinja) would be simpler.