1
0
Fork 0
mirror of synced 2024-09-28 23:31:43 +12:00

Adding back app.hbs as it is still required.

This commit is contained in:
mike12345567 2021-06-24 11:40:31 +01:00
parent a7ce3ada3f
commit 9a28b19ee0

View file

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