This diff introduces HTML templates using [[ https://maud.lambda.xyz/ | Maud ]] library, which allows to rendering HTML using Rust macros.
The templates will be used to render HTML e-mails for reports.
Also included some base HTML page layout (the `<html>`, `<head>`, `<body>` tags) along with some basic CSS styling.
Depends on D8980