Allow to stylise raw components inside of the body only.
@@ -117,7 +117,9 @@ $if(toc)$
$^$$table-of-contents$
</nav>
$endif$
+ <div class="generated-body">
$^$$body$
+ </div>
$if(list)$
<div class="card-columns">
$^$${ list:card() }