<ul>
<li>Higher quality jobs</li>
<li>Productivity benefits</li>
<li>More resiliency than other business forms</li>
</ul>
<ul>
{% for item in items %}
<li>{{ item }}</li>
{% endfor %}
</ul>
{
"items": [
"Higher quality jobs",
"Productivity benefits",
"More resiliency than other business forms"
]
}
There are no notes for this item.