fixing hbs styling.

This commit is contained in:
mike12345567 2021-06-24 11:52:08 +01:00
parent 1263b64298
commit 2b50f061f5
1 changed files with 7 additions and 7 deletions

View File

@ -1,13 +1,13 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
{{{head}}} {{{head}}}
</head> </head>
<script> <script>
window["##BUDIBASE_APP_ID##"] = "{{appId}}" window["##BUDIBASE_APP_ID##"] = "{{appId}}"
</script> </script>
{{{body}}} {{{body}}}
</html> </html>