1
0
Fork 0
mirror of synced 2024-06-28 19:10:33 +12:00

fixing hbs styling.

This commit is contained in:
mike12345567 2021-06-24 11:52:08 +01:00
parent 9a28b19ee0
commit cd42f38e2a

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>