image / public /webViewer.ejs
hadadrjt's picture
image: Refac B/F.
bc4b939
<!--
SPDX-FileCopyrightText: Hadad <[email protected]>
SPDX-License-Identifier: Apache-2.0
-->
<!DOCTYPE html>
<html lang="en">
<%- include('www/head') %>
<body data-is-generating="<%= !!isGenerating %>"
data-session-id="<%= sessionId || '' %>">
<%- include('www/body') %>
<%- include('www/footer') %>
</body>
</html>