Something like the following:
{{# listItems.four }}
<li><a href="#">{{label}}</a>
<section style="display: none;">
{{> core-heading }}
<p>{{copy}}</p>
</section>
</li>
{{/ listItems.four }}
Only rendered once I added {{> core-heading}} to it.
list_item_hunter.process_list_item_partials(...) is only called from within a partial check inside pattern_assember.js