5 lines
160 B
HTML
5 lines
160 B
HTML
|
<div class="pluginRowBlock">
|
||
|
{% for child in include.children %}
|
||
|
{% include plugins/{{child.type}}.html href=child.href text=child.text %}
|
||
|
{% endfor %}
|
||
|
</div>
|