mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-15 20:50:48 +00:00
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>
|