Hi All,
I have an output page like this
<!-- some css -->
<!-- some js -->
the body of content is here
unfortunatelly the css & js is always included before content body. how can we remove the css and js so the output is just content body?
I can't change the way how css & js rendered in the page because it's part of the framework
thank you