fixing hbs styling.
This commit is contained in:
parent
1263b64298
commit
2b50f061f5
|
@ -1,13 +1,13 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
{{{head}}}
|
{{{head}}}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
window["##BUDIBASE_APP_ID##"] = "{{appId}}"
|
window["##BUDIBASE_APP_ID##"] = "{{appId}}"
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{{{body}}}
|
{{{body}}}
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue