7 lines
196 B
HTML
7 lines
196 B
HTML
![]() |
<div class="pluginRowBlock">
|
||
|
{% for child in include.children %}
|
||
|
{% include plugins/{{child.type}}.html href=child.href text=child.text %}
|
||
|
<div style="width: 20px;"></div>
|
||
|
{% endfor %}
|
||
|
</div>
|