1<div class="pluginRowBlock">
2{% for child in include.children %}
3  {% include plugins/{{child.type}}.html href=child.href text=child.text %}
4{% endfor %}
5</div>