fixing hbs styling.
This commit is contained in:
parent
9a28b19ee0
commit
cd42f38e2a
|
@ -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