custom html before content
March 16, 2020 at 6:34 pm#2117

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}}{{!-- Insert some custom code by Custom HTML tool --}} {{{@footerCustomCode}}} </body> </html>{{@customHTML.beforePost }}{{/if}} {{#if @customHTML.afterPost}}{{@customHTML.afterPost}}{{/if}} </main>
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).