fixing hbs styling.
This commit is contained in:
parent
1263b64298
commit
2b50f061f5
|
@ -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>
|
Loading…
Reference in New Issue