1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +12:00

fixing hbs styling.

This commit is contained in:
mike12345567 2021-06-24 11:52:08 +01:00
parent 1263b64298
commit 2b50f061f5

View file

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