You can’t use any these locations:
<html>
<head>
</head>
<body>
{!-- Insert some custom code by Custom HTML tool --}}
{{{@bodyCustomCode}}}
<main class="main">
{{#if @customHTML.beforePost}}
{{@customHTML.beforePost }}
{{/if}}
{{#if @customHTML.afterPost}}
{{@customHTML.afterPost}}
{{/if}}
</main>
{{!-- Insert some custom code by Custom HTML tool --}}
{{{@footerCustomCode}}}
</body>
</html>
If not, don’t forget that you have full control over your theme!
All the code is there and you can add whatever you want (see the developers documentation).