Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently, the freemarker snippets rendering the containers look for example as follows:
<div${containerClass}> <#list hstResponseChildContentNames as childContentName> <div${containerItemClass}> <@hst.include ref="${childContentName}"/> </div> </#list> </div>
however, it makes more sense to no show empty <div> elements outside the channel manager view is the child component has no actual rendered content.
Attachments
Issue Links
- waits for
-
HSTTWO-2183 Allow to store the output into a variable when using <hst:include/> tag
- Closed