In Sightly is it possible to conditionally show an DIV container whilst keep showing its contents, or would I have to achieve by conditionally setting the data-sly-unwrap attribute or templates?
Output 1:
<div class="container" data-sly-use.grid="...">
<div class="row">
...
</div>
</div>
Output 2:
<div class="row">
...
</div>