mirror of https://github.com/Budibase/budibase.git
1 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||
<!doctype html> |
|||
<html> |
|||
|
|||
<head> |
|||
{{{head}}} |
|||
</head> |
|||
|
|||
<script> |
|||
window["##BUDIBASE_APP_ID##"] = "{{appId}}" |
|||
</script> |
|||
|
|||
{{{body}}} |
|||
</html> |
|||
Loading…
Reference in new issue