Can there be an option like

#+OPTIONS: html-minimal:t

which does not have

<script type="text/javascript">
...
</script>
 
<div id="preamble">
...
</div>

<div id="postamble">
...
</div>

or any of the meta tags except :
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

or <div id="content"> and the accompanying </div> but obviously the stuff in-between.

If I want to, I can insert any of the html code that is missing from the minimalist version that I want using #+HTML: or #+STYLE:


Best wishes,

Enda