I work with EXT:news, inserting the plugin in the backend as content element on a page, I can override the fluid templates of the extension itself with my custom extension.
But I remain with the rendering of a division, the header and 'general data' (if defined) as sort of container which I cannot find how to make custom ...
I want to determine the whole output to suit my template, I'd like to substitute this:
<div id="cXX" class="frame frame-default frame-type-list frame-layout-0">
<header>
<h2 class=""> Header Plugin Content Element </h2>
</header>
// <div class="news">
// <!--TYPO3SEARCH_end-->
// <div class="news-list-view" id="news-container-XX">
// ...
// </div>
// <!--TYPO3SEARCH_begin-->
// </div>
</div>
thanks for the attention