mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-16 21:00:16 +00:00
5 lines
No EOL
160 B
HTML
5 lines
No EOL
160 B
HTML
<div class="pluginRowBlock">
|
|
{% for child in include.children %}
|
|
{% include plugins/{{child.type}}.html href=child.href text=child.text %}
|
|
{% endfor %}
|
|
</div> |