prophet/docs/_includes/plugins/plugin_row.html
2017-02-22 15:59:43 -08:00

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>