| <!-- | |
| SPDX-FileCopyrightText: Hadad <[email protected]> | |
| SPDX-License-Identifier: Apache-2.0 | |
| --> | |
| <html lang="en"> | |
| <%- include('www/head') %> | |
| <body data-is-generating="<%= !!isGenerating %>" | |
| data-session-id="<%= sessionId || '' %>"> | |
| <%- include('www/body') %> | |
| <%- include('www/footer') %> | |
| </body> | |
| </html> |