Adding back app.hbs as it is still required.
This commit is contained in:
parent
1df459a5bf
commit
1263b64298
|
@ -0,0 +1,13 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
{{{head}}}
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window["##BUDIBASE_APP_ID##"] = "{{appId}}"
|
||||||
|
</script>
|
||||||
|
|
||||||
|
{{{body}}}
|
||||||
|
</html>
|
Loading…
Reference in New Issue